Skip to content
This repository was archived by the owner on Oct 15, 2023. It is now read-only.

Commit c2fbbd4

Browse files
Create README.md
1 parent 6018ba0 commit c2fbbd4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Used Versions
2+
- Laravel v6.0.3
3+
- Laravel Passport v7.4.1
4+
- Laravel Ui v1.0.1
5+
- Laravel Permission v3.0
6+
7+
### To Use
8+
- create .env file
9+
- create database
10+
- php artisan key:generate
11+
- npm install
12+
- npm run dev
13+
- composer install
14+
- php artisan migrate:refresh
15+
- php artisan passport:install
16+
- php artisan db:seed

0 commit comments

Comments
 (0)