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...
How are your tables set up? Does your groups table have a column called role_id?
The variable $yovar is not available inside of the closure (since it's defined outside). To "im...
Sorry, I wasn't clear enough. :) You'll actually have two routes: Route::resource('article', ... Rou...
How are your routes structured? If you use a resource route the comment would be a nested route like...
TokenMismatchException means you haven't given the correct CSRF protection token. You'll have to eit...
The Laravel portal for problem solving, knowledge sharing and community building.