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...
Did you take a look at this: https://github.com/mcamara/laravel-localization ? I had the exact same...
Throw an exception and catch it in the controller?
I guess it's a typo... Try "sports_nicename" (you forgot an "s", see your fillab...
I was wondering about this as well. I guess you'll have to calculate the exact delay.
Hm, try this: $posts = Post::with( array( 'postChannels' => function($query){...
The Laravel portal for problem solving, knowledge sharing and community building.