Boilerplate SPA made with Laravel 5.6, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios.
- Clone the repo
- Copy
.env.example
to.env
- Configure
.env
- Run
php artisan key:generate
- Run
npm install
- Run
npm run watch
- View the site by your local dev url configured or using
php artisan serve
in a new terminal/command prompt. then go tolocalhost:8000
For any problem in laravel setup, please get help from Laravel site. If that does not work, please create an issue, I will try my best to help.