Support the ongoing development of Laravel.io →

2,053 Threads

Want to create reusable template block

I want to create a template block that I can reuse many times, I try to use @include or @extend, but...

0 Likes
2 Replies

add my script file to laravel Administrator

I am using Administrator (frozennode). and I want to add some of my javascript files to it . how can...

0 Likes
1 Replies
posted 10 years ago

@include a subview in a @foreach loop

Hi! I was wondering if it's correct to use the @include function inside a @foreach loop in a blade f...

0 Likes
0 Replies
posted 10 years ago

Asset pipeline breaks app in production. Produces ';' js page

I just pushed my app to production server it broke ! I started looking out for the root and found 2....

0 Likes
1 Replies
posted 10 years ago

@extends versus @extend in Blade templates - Laravel 4.2

I'm building my first package in the workbench. Started it off requiring Laravel 4.1, but then tonig...

0 Likes
0 Replies

Building route urls with named routes and model bindings Laravel 4.1

Greetings, I've been having issues building URL::route urls for route groups with named routes and m...

0 Likes
0 Replies

Is there some package implemented some jQuery tree serialized with a ORM model?

I want to implement use some jQuery tree package like jsTree to allow user to add/edit/remove some n...

0 Likes
0 Replies
posted 10 years ago

Custom Layout Folder

Due to some reason i have to keep my layouts at some specific folder. For example, if i have a follo...

0 Likes
1 Replies

Ajax (JQuery) request-response with controllers

/** * Desplega un listado de los estudiantes * * @return Response */ public function listar() {...

0 Likes
0 Replies
posted 10 years ago

L4.1 Route Group Prefix Parameter => Constrain.

With a route I can put a constraint: For instance to allow only a-z letter in the book url. Route::g...

0 Likes
1 Replies
Solved
posted 10 years ago

Printing array of data in view

Hi; I am new to this. Would you please help me print sql results in view? This is a little bit of co...

0 Likes
5 Replies

Creating admin page

I have 2 models, Posts and Users. What's the best way to display all the posts and users from databa...

0 Likes
4 Replies

Query producing wrong SQL

I have : $data = Page::find($page_id); return View::make('pages.slider', array( 'page' => $data,...

0 Likes
3 Replies

How to do an "include" from within a content piece

I have a blade template that is pulling content from a database. <body> <div id="cont...

0 Likes
1 Replies

passing data to view

I've got a controller I'm trying to pass data into, then write to a pivot table, then pass some data...

0 Likes
1 Replies
posted 10 years ago

How to use HTML::linkAction() with Bootstrap glyphs?

I would like to have a logout button on my navbar. I have tried snippet below but it's not working {...

0 Likes
2 Replies
Solved
posted 10 years ago

dynamic section name

i'm working on CMS. I 'd like to know if is possibile to have a dynamic section name in a view using...

0 Likes
0 Replies
posted 10 years ago

Controller layout doesnt work

layout1.blade.php TEST @yield('content') income1.blade.php <b>CONTENT</b> class Manage...

0 Likes
1 Replies

Redirecting user to another page with messages

Here is the excerpt from Controller code for adding a new user: public function store() { $input =...

0 Likes
1 Replies
Solved
posted 10 years ago

Blade layout file inside "src" directory

I want all my project files to reside inside the src directory. Currently, my default layout is insi...

0 Likes
1 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.