Update README.md
This commit is contained in:
parent
87e716bbd3
commit
0135385bca
|
@ -34,7 +34,7 @@ DB_PASSWORD=YOUR_PASSWORD
|
||||||
```sh
|
```sh
|
||||||
php artisan migrate
|
php artisan migrate
|
||||||
php artisan db:seed
|
php artisan db:seed
|
||||||
"or commands below"
|
(or commands below)
|
||||||
php artisan db:seed --class="AdminSeeder"
|
php artisan db:seed --class="AdminSeeder"
|
||||||
php artisan db:seed --class="PageSeeder"
|
php artisan db:seed --class="PageSeeder"
|
||||||
php artisan db:seed --class="ButtonSeeder"
|
php artisan db:seed --class="ButtonSeeder"
|
||||||
|
|
Loading…
Reference in New Issue