Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hkp22/laravel-vuejs-vuex-boilerplate
Boilerplate SPA made with Laravel 5.6, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios.
https://github.com/hkp22/laravel-vuejs-vuex-boilerplate
axios boilerplate jwt-auth laravel spa vue vue-router vuejs vuex
Last synced: 29 days ago
JSON representation
Boilerplate SPA made with Laravel 5.6, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios.
- Host: GitHub
- URL: https://github.com/hkp22/laravel-vuejs-vuex-boilerplate
- Owner: hkp22
- License: mit
- Created: 2018-07-19T15:25:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T10:52:50.000Z (over 6 years ago)
- Last Synced: 2024-11-11T03:54:51.372Z (3 months ago)
- Topics: axios, boilerplate, jwt-auth, laravel, spa, vue, vue-router, vuejs, vuex
- Language: PHP
- Homepage:
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel, Vuejs, Vuex - SPA Boilerplate
Boilerplate SPA made with Laravel 5.6, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios.
## Installation:
- Clone the repo
- Copy `.env.example` to `.env`
- Configure `.env`
- Run `composer install --no-scripts`
- Run `php artisan key:generate`
- php `php artisan jwt:generate` and in `.env` assign `JWT_SECRET` value with new generated secret.
- Run `php artisan migrate`.
- 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.For any problem in laravel setup, please get help from [Laravel](https://laravel.com) site. If that does not work, please create an issue, I will try my best to help.