Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...
Try composer dump-autoload and refresh
Not all collection are same. Your collection is of type Illuminate\Support\Collection, while the oth...
You already identified you relationships. Make a class for every entity (school, project, ...). Insi...
You can not change the action url of the form while filling it (you can with Javascript but that wou...
I'm glad I was helpful. You didn't use whereHas correctly. In your aproach the database had to check...
The Laravel portal for problem solving, knowledge sharing and community building.