mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-10 00:21:37 +02:00
change README
This commit is contained in:
parent
e24375bbdb
commit
58fe6c7620
@ -27,10 +27,14 @@ composer update -vvv
|
|||||||
|
|
||||||
- edit .env file
|
- edit .env file
|
||||||
|
|
||||||
|
```sh
|
||||||
DB_DATABASE=YOUR_DB_NAME
|
DB_DATABASE=YOUR_DB_NAME
|
||||||
DB_USERNAME=YOUR_DB_USER
|
DB_USERNAME=YOUR_DB_USER
|
||||||
DB_PASSWORD=YOUR_DB_PASS
|
DB_PASSWORD=YOUR_DB_PASS
|
||||||
APP_NAME="YOUR_APP_NAME"
|
APP_NAME="YOUR_APP_NAME"
|
||||||
|
```
|
||||||
|
|
||||||
|
- run migration & db seed
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
php artisan migrate
|
php artisan migrate
|
||||||
@ -39,13 +43,15 @@ php artisan db:seed
|
|||||||
php artisan db:seed --class="AdminSeeder"
|
php artisan db:seed --class="AdminSeeder"
|
||||||
php artisan db:seed --class="PageSeeder"
|
php artisan db:seed --class="PageSeeder"
|
||||||
php artisan db:seed --class="ButtonSeeder"
|
php artisan db:seed --class="ButtonSeeder"
|
||||||
php artisan serve
|
php artisan serve (optional)
|
||||||
```
|
```
|
||||||
|
|
||||||
- login:
|
- login:
|
||||||
|
|
||||||
|
```sh
|
||||||
email: admin@admin.com
|
email: admin@admin.com
|
||||||
password: 12345678
|
password: 12345678
|
||||||
|
```
|
||||||
|
|
||||||
## 💞 Partners
|
## 💞 Partners
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user