mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-05 14:11:05 +02:00
Update README.md
This commit is contained in:
parent
f514ea0df1
commit
0ff6fe4049
@ -30,12 +30,10 @@ DB_USERNAME=YOUR_USERNAME
|
|||||||
|
|
||||||
DB_PASSWORD=YOUR_PASSWORD
|
DB_PASSWORD=YOUR_PASSWORD
|
||||||
|
|
||||||
- rename the website: /config/app.php
|
|
||||||
|
|
||||||
'name' => env('APP_NAME', 'Admin Littlelink'),
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
php artisan migrate
|
php artisan migrate
|
||||||
|
php artisan key:generate
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user