I'm going insane. I have a query that needs to use a join and eager loading. The join needs to occur...
My website is built with Laravel but I need the public directory to act like a regular directory. In...
In Laravel 4, I could go: Show::all(); But in Laravel 5, I have to go: \Show::all(); or \App\Model...
I'm trying to implement drag and drop sorting using JQuery UI but I'm getting an "Internal serv...
How do I use a route name in a conditional statement? I read about using: if(Route::is('route-name')...
No. It's on a server. This just started happening. It was fine on the 4th and this happened on the 5...
It's CentOS Linux 7.2.1511. I found the solution here https://www.digitalocean.com/community/questio...
The Laravel portal for problem solving, knowledge sharing and community building.