Stars: 126
Forks: 61
Pull Requests: 34
Issues: 7
Watchers: 13
Last Updated: 2023-01-03 15:18:38
Laravel Vuetify Starter SPA built with Laravel 6.0, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 2
License: MIT License
Languages: PHP, Vue, CSS, HTML
Starter SPA built with Laravel 6.0, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 2
.env.example
to .env
.env
composer install
php artisan key:generate
php artisan jwt:secret
php artisan migrate
npm install
storage/framework/cache
, storage/framework/sessions
, storage/framework/views
directories exist. Run mkdir -p storage/framework/{sessions,views,cache}
npm run watch
for live reloading using BrowserSyncnpm run hot
for hot reloadingnpm run prod
for production buid