Skip to content

Commit fd99f76

Browse files
authored
Update README.md
1 parent 0f21ebc commit fd99f76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ php artisan vendor:publish --tag=permission.seeds
2424
```
2525
php artisan migrate
2626
```
27-
4. Seeding Database
27+
4. Run composer dump autoload
28+
```
29+
composer dump-autoload
30+
```
31+
5. Seeding Database
2832
```
2933
php artisan db:seed --class=PermissionDatabaseSeeder
3034
```

0 commit comments

Comments
 (0)