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...
Simply pass an array to the middleware method: Route::get('...', function() { return '...'; })-&...
hey, you don't have a route parameter declared: Route::patch('addressbook/edit/{id}', [ 'as' =&g...
Hey, to get the values of a relationship (so the related models) you use the relationship-method as...
Hey, that's actually absolutely correct. That's a feature called "Prepared Statements". Ba...
You just have to put the loop inside the closure (the function with the $subQuery). And since inside...
The Laravel portal for problem solving, knowledge sharing and community building.
The community