I'm trying to set up eager loading to prevent N+1 queries, but I'm finding that I have to duplicate...
Hello. There's my controller code: $site = new Site; $site->fill(Input::only('name', 'slug', 'con...
I'm trying to figure out how to use a debugger and what it should be doing if I use it properly. I'v...
I have script: $("#consigneeBtn").on('click', function() { var id = document.getElementByI...
I am extremely confused why I am getting this error: ErrorException (E_UNKNOWN) - Trying to get prop...
Ok so I swear this was working about 2 months, but I have returned to the project, run composer upda...
How to install latest laravel 4 minor build with "larval new" command? If I try "lara...
Hello, In Laravel 4, I use a Page::model to load footer data. Now that I am learning Laravel 5, Page...
Route::group(['prefix' => 'admin'], function() { Route::get('/', function() { dd('loaded'); }...
I get error Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException when I use...
The IoC Container link on http://laravel.com/docs/5.0/facades (in the first note box) is broken (pag...
Hi, I am using Laravel 4 and want integrate the moxiemanager. Please Help!
Hello, Im new to the framework, but I'm already loving it. Now straight to the question. I have 3 ta...
I've been stuck on this "Target not instantiable" error for the last 2-3 days and I have n...
Morning there, I'm working on Google Compute Engine GCE and i uploaded my laravel projects there,but...
Tried to change env with this command php artisan --env=local does not work just gives me the artisa...
Hi, coders! Authorization does not work, bring the class code: function postEnter( ) { $login = In...
Hi have added the package in composer and updated app.php with providers 'Illuminate\Html\HtmlServic...
I am using Laravel 5 and I am getting the following error: FatalErrorException in Facade.php line 2...
In my controller I got: $users = User::select( array( 'users.id', 'users.username', 'users.created_a...
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