Hello, I really love laravel and its community, but I have to say some words about this forum. I am...
What is the best way to handle failed jobs? Maybe an email couldnt't send or an image couldn't resiz...
I try to generate pdf files in homestead, but when I try to use a CSS File inside the HTML it doesn'...
Hey guys, today I found out the laravel validator provides a filled method, but it's not present in...
Hi guys, how far can I go with presenters? Would something like: public function presentUrl() { retu...
Just change your staff filter: Route::filter('staff', function() { // Lines of code to get role i...
I don't have any problems and also http://www.downforeveryoneorjustme.com/http://laravel.com/docs sa...
Create a route filter: http://laravel.com/docs/routing#route-filters In the filter you check if the...
I am feeling like you. Nowadays there is no strictly seperation between front-end and backend-develo...
Why not extending from https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpFoun...
The Laravel portal for problem solving, knowledge sharing and community building.