fix README

This commit is contained in:
aprillio 2021-07-06 16:06:49 +07:00
parent 3047bdad30
commit e24375bbdb

View File

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