Skip to content

Commit 071bfe1

Browse files
committed
Update installation guide
1 parent f35eafa commit 071bfe1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,16 @@
1212
- Vue + VueRouter + Vuex + VueI18n
1313
- Pages with custom layouts
1414
- Login, register and password reset
15-
- Authentication with [JWT](https://github.com/tymondesigns/jwt-auth)
15+
- Authentication with JWT
1616
- Socialite integration
1717
- Bootstrap 4 + Font Awesome 5
1818

1919
## Installation
2020

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`
2722
- Edit `.env` and set your database connection details
2823
- `php artisan migrate`
29-
- `npm install` / `yarn`
24+
- `yarn` / `npm install`
3025

3126
## Usage
3227

@@ -46,7 +41,6 @@ npm run hot
4641
npm run production
4742
```
4843

49-
5044
## Changelog
5145

5246
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

0 commit comments

Comments
 (0)