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...
Xum said: You can try to add a hidden input field with name MAX_FILE_SIZE and value equal to maximu...
jacksoncharles said: Listen for the event. Laravel support many events out of the box. Could you p...
atrakeur said: There is no simple way to do that (appart from rolling back to a pre-4.1.25 laravel....
jarektkaczyk said: Only way I can think of would be overriding the methods responsible for fetching...
The Laravel portal for problem solving, knowledge sharing and community building.
The community