Update README.md

This commit is contained in:
Khashayar Zavosh 2021-04-16 02:08:16 +04:30 committed by GitHub
parent 87e716bbd3
commit 0135385bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ DB_PASSWORD=YOUR_PASSWORD
```sh
php artisan migrate
php artisan db:seed
"or commands below"
(or commands below)
php artisan db:seed --class="AdminSeeder"
php artisan db:seed --class="PageSeeder"
php artisan db:seed --class="ButtonSeeder"