In Laravel all model values returns as simple list. Is it possible somehow set up primary key as arr...
I have structure like this: orders id - integer name - string order_details id - intege...
Warning: POST Content-Length of n bytes exceeds the limit of x bytes in Unknown on line 0 Is there...
I have two models tag and post. When i create the tag I assign it like Post::find(1)->tags()->...
Before L5, in L4 i had a few filters for AUTH like: Route::filter('guest', function() { if (Auth::c...
illuminate3 said: Ummm, need to add password to fillable probably. Still the same
thepsion5 said: You'd probably have to write a custom auth driver: http://laravel.com/docs/extendin...
Thanks a lot guys. My mistake was in prefix, i thought it tells to load controller from site directo...
The Laravel portal for problem solving, knowledge sharing and community building.