Skip to content

Commit 54d357c

Browse files
authored
Merge pull request #8 from delabon/delabon-patch-1
Update README.md
2 parents f267984 + e193a6f commit 54d357c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,6 @@ vendor/bin/sail composer test:pint
9191

9292
### Why and How
9393

94+
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+
9496
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

Comments
 (0)