I have a queue worker which rebuilds the cache for some 50 routes every time a user submits or updat...
I am in the process of rewriting an old Codeigniter app with Laravel 4. I have noticed that my L4 ap...
I'm using "mcamara/laravel-localization" for my app. Routing, translations and everything...
There is a rule for this already: https://laravel.com/docs/5.4/validation#rule-alpha-num
You have to fetch your GET data from the request object: https://laravel.com/docs/5.3/requests#retri...
The 20e3dcf67fdbb89767454b192c35de027f70c89a.php file is your compiled view file. It is stored in /s...
What about this? (Untested) {{ route('foo.index', ['one' => 5]) }}
patrict said: I understand the security benefits of keeping this information in untracked files as...
The Laravel portal for problem solving, knowledge sharing and community building.
The community