Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...
##What is guardian? Guardian package for Laravel provides an easy interface to manage Role Based Acc...
Possible solutions but not sure: Database tables should be using InnoDB engine. The migrations shou...
@vbmark its ok, but there is a better way to generate urls using named routes... Route::get('cars/{i...
I have written a blog tutorial, and every thing is explained from models to authentication, here you...
You can register route like this: Route::get('/dependencies/{id}/inventories',['as' => 'inventory...
Alternatively, to reduce queries you can insert multiple records like : Image::insert([ [ 'path'=...
The Laravel portal for problem solving, knowledge sharing and community building.