change README

This commit is contained in:
aprillio 2021-07-06 16:11:00 +07:00
parent e24375bbdb
commit 58fe6c7620
1 changed files with 7 additions and 1 deletions

View File

@ -27,10 +27,14 @@ composer update -vvv
- edit .env file
```sh
DB_DATABASE=YOUR_DB_NAME
DB_USERNAME=YOUR_DB_USER
DB_PASSWORD=YOUR_DB_PASS
APP_NAME="YOUR_APP_NAME"
```
- run migration & db seed
```sh
php artisan migrate
@ -39,13 +43,15 @@ php artisan db:seed
php artisan db:seed --class="AdminSeeder"
php artisan db:seed --class="PageSeeder"
php artisan db:seed --class="ButtonSeeder"
php artisan serve
php artisan serve (optional)
```
- login:
```sh
email: admin@admin.com
password: 12345678
```
## 💞 Partners