Posts by user1149440 • 11 points
2 posts
-
0
votes4
answers1103
viewsA: Update with Laravel does not take model id
I use in the Laravel 7 pulling directly use App\User; User::where('id', '=', Auth::id())
-
1
votes1
answer60
viewsA: DDD Tactical approach - Aggregates and Repositories
What should the repository containing the removal method receive as an argument? Basically the product id to be removed, the user’s session/cache id to confirm that it is removing from the "cart…