Laravel-Vue-Quasar-SPA
Laravel-Vue-Quasar-SPA copied to clipboard
A Laravel-Vue-Quasar SPA starter project template.
trafficstars
Laravel-Vue-Quasar SPA preset
This repository is forked from https://github.com/cretueusebiu/laravel-vue-spa. The original repository provides a Laravel-Vue preset based on Bootstrap 4. Instead of Bootstrap, this repository uses the Quasar Framework resulting in applications with a powerful Material UI.
Features
- Laravel 5.7
- Vue + VueRouter + Vuex + VueI18n + ESlint
- Pages with dynamic import and custom layouts
- Login, register and password reset
- Authentication with JWT
- Socialite integration
- Quasar 1.0.0 Beta 11
Installation
git clone https://github.com/HansSchouten/Laravel-Vue-Quasar-SPA.gitcd Laravel-Vue-Quasar-SPAcp .env.example .env- Edit
.envand set your database connection details composer installphp artisan key:generatephp artisan jwt:secretphp artisan migratenpm install/yarn
Usage
An account can be created via /register. After logging in via /login the dashboard is accessible.
Development
# build and watch
npm run watch
# serve with hot reloading
npm run hot
Production
npm run production
Changelog
Please see CHANGELOG for information about the changes made on the original repository.