Posts by vicentimartins • 3 points
2 posts
-
0
votes1
answer59
viewsA: Add a function in Laravel Route Resource
all right? As you may already know, the Laravel Resource router enables a standard CRUD, following a model determined by the Laravel developers themselves. Hence the option to name the method as…
-
0
votes1
answer179
viewsA: Error when trying to perform a Relationship belongsToMany in Laravel
There are a few options you can test. Since you are not using the default table name (see need to enter the $table attribute), it is interesting that you enter the relationship by passing all…