wheelmaker / laravue-spa
SPA with Laravel backend and Vue frontend.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- aws/aws-sdk-php: ~3.0
- laravel/framework: 6.*.*
Requires (Dev)
- laravel/ui: ^1.1
This package is auto-updated.
Last update: 2025-05-12 18:01:01 UTC
README
A single page application framework built on Laravel 6, Vue.js and Vuetify.
Pre Release - Experimental!
Live Demo Site
See wiki for documentation!
Laravue Spa pulls together Laravel, Vue.js and Vuetify. Under the hood, it's all Laravel 6 on the backend with it's built in user authentication features. The front end is built with vuex, vue-router and the beautiful Vuetify.js component library.
Laravue Spa is designed to be flexible, lightweight and extensible.
- any core component can be overwritten
- the main vuex store is easily extended
- routes and menu items are defined as properties of Vue components
- "global scoped" mixins allow the placement of mixins on all project components without contaminating imported library components