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...
Have you considered programming in English? It's worldwide standard and I don't see any good reasons...
Then I don't know what is the problem. Have you changed anything in any of core files? Try with new...
What I can suggest is to check if your mod rewrite really works. Create another folder in your docum...
Yes this is possible. What I would do here, is creating an interface forcing some models to provide...
The most efficient way would be database query with JOIN, GROUP BY and COUNT. Easier way is somethin...
The Laravel portal for problem solving, knowledge sharing and community building.