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...
You have a typo in your declaration of the get() Route, the comma after "uses" should be a...
How did you create the migrations? Did you use php artisan make:migration migration_create_users or...
It really depends how you use it. The $fillable array only marks the values that can be populated by...
Are you using the create() method for the athletes and forgot to include client_id in the $fillable...
I think the delete is usually done by a link or a button, not by a form field. Since the URL is gene...
The Laravel portal for problem solving, knowledge sharing and community building.