You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your Laravel Conventions guide, you said to use modules pattern when you have > 100 models. So in this project I'm not using modules, just to keep it simple.
95
+
94
96
For user roles I could've used the Spatie Permissions package, but for the sake of simplicity, I just added a role field to the users table with a UserRole enum (Admin or User).
0 commit comments