Skip to content

Commit 233b34c

Browse files
author
Renato Marinho
authored
Merge pull request #267 from AgusRdz/update-documentation
Updated the instructions to migrate and seed the database
2 parents 1aebe5c + 8f75ac4 commit 233b34c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ DB_PASSWORD=XXXXX
156156
**Remember**: Create the database for GitScrum before run artisan command.
157157

158158
```
159-
php artisan migrate --seed
159+
php artisan migrate
160+
php artisan db:seed --class=SettingSeeder
160161
```
161162

162163
#### Github

0 commit comments

Comments
 (0)