A Vue + Laravel Starter project.
- Laravel 5.6
- Vue + VueRouter + Vuex + VeeValidate
- Pages with custom layouts
- Login, register and password reset
- Authentication with JWT
- Vuetifyjs + Material Icons
git clone https://github.com/cesaramirez/vue-laravel-starter.gitcd vue-laravel-statercp .env.example .envcomposer installphp artisan key:generatephp artisan jwt:secret- Edit
.envand set your database connection details php artisan migrateyarnyarn dev
# build and watch
yarn watch
# serve with hot reloading
yarn hotyarn production