Hi guys, I'm working on one of my sites which should be able to basically have a "multisite&quo...
Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...
If you don't need to change the response that the form request gives you you can just remove the for...
Is the new migration file even created? Because it doesn't show up in your migrate:status list.
In this line $the_group = Group::with('users')->Name($query) -> get(); change get() to first(...
This is what I do so you're relatively flexible here: Create a directory somewhere. For example in...
If you place the class somewhere inside your app directory you will have to give it a correct namesp...
The Laravel portal for problem solving, knowledge sharing and community building.