I've been able to force my site to redirect from http to https but the resources (styles and scripts...
Working on my first package and running into mixed results with assets. According to the doc "H...
I wish to make a select box of city names for a form. I have been able to create and pass to my view...
I am getting this error once I add a prefix to the route in routes.php Route::group(array('before' =...
Hi, I want to have a layout like image below, as you see there are two areas(content, sidebar). Ever...
hi I want to pass the selected item's $id to my controller for doing changing on it . it's my index....
I want to share a global variable with View::share, and this variable are created in BaseController'...
Hey, so I have two forms on the same page, and these forms have common field names. Since I'll have...
I would like to use main template also for error views. Main template works only if i call it from c...
Hello Community, I've started learning laravel and i like it but i've some questions about blade vie...
My query returns say 6 results from a find(). Now I need to display the first different from the res...
I want to create a template block that I can reuse many times, I try to use @include or @extend, but...
Hi, How do I have only one file to be used in create.blade.php and edit.blade.php?
Hi! I was wondering if it's correct to use the @include function inside a @foreach loop in a blade f...
I'm building my first package in the workbench. Started it off requiring Laravel 4.1, but then tonig...
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 am using the WYSIWYG editor Summernote but this seems to be an issue with any editor: Let's say I...
Okay, so I've been spending way too much time on this, hoping someone can tell me "That's a dum...
Hey, so what I have is a form that is going to appear on multiple pages for different scenarios, and...
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