Update README.md
This commit is contained in:
parent
f514ea0df1
commit
0ff6fe4049
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue