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 would do it this way: Country::leftJoin('users', 'users.country_id', '=', 'countries.id') ->...
I would use separate unique column for that and inject this value on creating event: http://laravel....
OK, but you can't add a method to the model assuming that somebody will do something before calling...
Cześć Jarek ;) You are right, my solution produces 2 queries. I counted one more, but it was unrelat...
The Laravel portal for problem solving, knowledge sharing and community building.