Have you tried adding a ->unique() flag to the userId field in your Project migration, so the Exc...
If you use non conventional keys, then you need to set the $primaryKey in your model, like you did w...
Looks like you may not have some of the required Apache Modules enabled, like php5. Also, be sure yo...
One solution is to simply create a route for Mass Deletion, above your resource route, and pass the...
The Laravel portal for problem solving, knowledge sharing and community building.