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...
Laravel development is active NOW, but no one knows if it's like that in a year or so. Your question...
IanSirkit said: Maybe I am missing what you are trying to do but did you set up the relationships i...
I tried this: $deliveries = Delivery::with('order.product') ->whereHas('order', function($query)...
@bbashy My DB relationships are perfectly fine, this is not what my question is about. My structure...
Exactly, INSERT query doesn't return actual row.
The Laravel portal for problem solving, knowledge sharing and community building.