We have PHP 7 on the way. Laravel is quite ambitious when it comes to support for new PHP versions,...
I'm trying to load some view in Laravel 5.1 exception handler (/app/Exceptions/Handler.php). In my r...
I'd like to be able to have multiple dynamic routes that can interrupt each other. For example, I ha...
Guys, do you always use Controller suffix in controller classes names? I do, but I'm now thinking if...
I have a problem with php artisan app:name [name] command on fresh instance of Laravel 5.1. When I r...
Do you mind if I focus on bugs first? I will highlight good parts soon, but first I need to deal wit...
Yeah, this is why testing on live examples is so important :) I will test it further and let you kno...
I will test it with pleasure :) I made it through installation and configuration. Now I'm getting th...
I tried to install from Composer and I'm getting en error: [RuntimeException] Could not scan for cla...
Instead of adding such a method to controller, you should add filtering method to the model, so call...
The Laravel portal for problem solving, knowledge sharing and community building.