File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 12
12
- Vue + VueRouter + Vuex + VueI18n
13
13
- Pages with custom layouts
14
14
- Login, register and password reset
15
- - Authentication with [ JWT] ( https://github.com/tymondesigns/jwt-auth )
15
+ - Authentication with JWT
16
16
- Socialite integration
17
17
- Bootstrap 4 + Font Awesome 5
18
18
19
19
## Installation
20
20
21
- - ` git clone https://github.com/cretueusebiu/laravel-vue-spa.git `
22
- - ` cd laravel-vue-spa `
23
- - ` cp .env.example .env `
24
- - ` composer install `
25
- - ` php artisan key:generate `
26
- - ` php artisan jwt:secret `
21
+ - ` composer create-project --prefer-dist cretueusebiu/laravel-vue-spa `
27
22
- Edit ` .env ` and set your database connection details
28
23
- ` php artisan migrate `
29
- - ` npm install ` / ` yarn `
24
+ - ` yarn ` / ` npm install `
30
25
31
26
## Usage
32
27
@@ -46,7 +41,6 @@ npm run hot
46
41
npm run production
47
42
```
48
43
49
-
50
44
## Changelog
51
45
52
46
Please see [ CHANGELOG] ( CHANGELOG.md ) for more information what has changed recently.
You can’t perform that action at this time.
0 commit comments