Stars: 164
Forks: 67
Pull Requests: 25
Issues: 12
Watchers: 15
Last Updated: 2023-03-01 13:05:12
SPA Boilerplate made with Laravel 5.6, Vue 2, Bootstrap 4, Vue-router 3, Vuex 3, Axios
License: MIT License
Languages: PHP, Vue, HTML
Starter Boilerplate SPA made with Laravel 5.6, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios & ❤️
.env.example
to .env
.env
cd
to the repocomposer install --no-scripts
php artisan key:generate
php artisan migrate --seed
. A user will be seeded so that you can login, where:
[email protected]
root
npm install
npm run watch
php artisan serve
if you are not using vagrant homestead or laravel valet (in a new terminal/command prompt)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.
I tried to follow the best practices, but any suggestion, modification is highly appreciated.