fix README

This commit is contained in:
aprillio 2021-07-06 16:06:49 +07:00
parent 3047bdad30
commit e24375bbdb
1 changed files with 9 additions and 12 deletions

View File

@ -19,22 +19,20 @@ LittleLink Admin is an admin panel for [littlelink] that provides you a website
## 🔨 Install
```sh
composergit clone
composer update
git clone https://github.com/latuminggi/littlelink-admin
cd littlelink-admin
cp .env.example .env
composer update -vvv
```
- edit .env file
DB_DATABASE=YOUR_DATABASE_NAME
DB_USERNAME=YOUR_USERNAME
DB_PASSWORD=YOUR_PASSWORD
APP_NAME="Littlelink admin"
DB_DATABASE=YOUR_DB_NAME
DB_USERNAME=YOUR_DB_USER
DB_PASSWORD=YOUR_DB_PASS
APP_NAME="YOUR_APP_NAME"
```sh
cd admin-littlelink
php artisan migrate
php artisan db:seed
(or commands below)
@ -47,7 +45,6 @@ php artisan serve
- login:
email: admin@admin.com
password: 12345678
## 💞 Partners
@ -66,4 +63,4 @@ bitcoin: 1FQJWCZJoLKfJei7NFisTH65yNUjugJRi4
[home]: <https://github.com/khashayarzavosh/littlelink-admin/blob/main/demo-home.png>
[panel]: <https://github.com/khashayarzavosh/littlelink-admin/blob/main/demo-panel.png>
[laravel]: <https://github.com/laravel/laravel>
[panel template]: <https://colorlib.com/wp/bootstrap-sidebar>
[panel template]: <https://colorlib.com/wp/bootstrap-sidebar>