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...
I think this is impossible to do it efficiently without SQL. You need to use orderBy(DB::raw('COUNT(...
SQL is great for data management alone, but it's totally irrelevant for programmed projects. It's al...
It's really a dillema between your comfort vs. your investment. Like you are about to swim across a...
I'm not sure if I understand what you mean, but you have where() method for routes: Route::get('{slu...
The Laravel portal for problem solving, knowledge sharing and community building.