- Laravel 5.5
- Vue + VueRouter + Vuex + VueI18n
- Pages with custom layouts
- Login, register and password reset
- Authentication with JWT
- Bootstrap 4 + Font Awesome 5
composer install- Edit
.envand set your database connection details - (When installed via git clone or download, run
php artisan key:generateandphp artisan jwt:secret) php artisan migrateyarn/npm install
# build and watch
npm run watch
# serve with hot reloading
npm run hotnpm run production