Update README.md

This commit is contained in:
Khashayar Zavosh 2021-04-16 08:34:28 +04:30 committed by GitHub
parent f514ea0df1
commit 0ff6fe4049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -30,12 +30,10 @@ DB_USERNAME=YOUR_USERNAME
DB_PASSWORD=YOUR_PASSWORD
- rename the website: /config/app.php
'name' => env('APP_NAME', 'Admin Littlelink'),
```sh
php artisan migrate
php artisan key:generate
php artisan db:seed
(or commands below)
php artisan db:seed --class="AdminSeeder"