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...
It's always better to make sure that array key exists before calling it. filter_input is fine.
It's much better approach to store printf format string instead of anything for eval. So you could s...
Ehesp, I know how namespacing works in PHP :) I was curious if any external packages or Laravel's lo...
It's not just about conflicts. I generally dislike naming conventions forcing me to use prefixes or...
The Laravel portal for problem solving, knowledge sharing and community building.