Hello Community, I've started learning laravel and i like it but i've some questions about blade vie...
I want to create a template block that I can reuse many times, I try to use @include or @extend, but...
I am using Administrator (frozennode). and I want to add some of my javascript files to it . how can...
Hi! I was wondering if it's correct to use the @include function inside a @foreach loop in a blade f...
I just pushed my app to production server it broke ! I started looking out for the root and found 2....
I'm building my first package in the workbench. Started it off requiring Laravel 4.1, but then tonig...
Greetings, I've been having issues building URL::route urls for route groups with named routes and m...
I want to implement use some jQuery tree package like jsTree to allow user to add/edit/remove some n...
Due to some reason i have to keep my layouts at some specific folder. For example, if i have a follo...
/** * Desplega un listado de los estudiantes * * @return Response */ public function listar() {...
With a route I can put a constraint: For instance to allow only a-z letter in the book url. Route::g...
Hi; I am new to this. Would you please help me print sql results in view? This is a little bit of co...
I have 2 models, Posts and Users. What's the best way to display all the posts and users from databa...
I have : $data = Page::find($page_id); return View::make('pages.slider', array( 'page' => $data,...
I have a blade template that is pulling content from a database. <body> <div id="cont...
I've got a controller I'm trying to pass data into, then write to a pivot table, then pass some data...
I would like to have a logout button on my navbar. I have tried snippet below but it's not working {...
i'm working on CMS. I 'd like to know if is possibile to have a dynamic section name in a view using...
layout1.blade.php TEST @yield('content') income1.blade.php <b>CONTENT</b> class Manage...
Here is the excerpt from Controller code for adding a new user: public function store() { $input =...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community