Download the PHP package rdhafiz/laravel-vue-spa without Composer
On this page you can find all versions of the php package rdhafiz/laravel-vue-spa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rdhafiz/laravel-vue-spa
More information about rdhafiz/laravel-vue-spa
Files in rdhafiz/laravel-vue-spa
Download rdhafiz/laravel-vue-spa
More information about rdhafiz/laravel-vue-spa
Files in rdhafiz/laravel-vue-spa
Vendor rdhafiz
Package laravel-vue-spa
Short Description Laravel Vue SPA - A php library to setup a Laravel Vue SPA project environment by couple of small commands
License MIT
Package laravel-vue-spa
Short Description Laravel Vue SPA - A php library to setup a Laravel Vue SPA project environment by couple of small commands
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-vue-spa
Laravel Vue SPA
Laravel Vue SPA - A php library to setup a Laravel Vue SPA project environment with couple of small commands.
Installation
Run This commands inside a Fresh or existing Laravel project
The package will automatically register its service provider.
Configurations
Vue Development Configuration Folder Structure
├── ...
├── js ### Vue Development Folder
│ ├── Pages # Folder where all vue pages are stored
│ │ ├── About.vue # Demo About us page
│ │ ├── Contact.vue # Demo Contact us page
│ │ ├── Home.vue # Demo Home page
│ ├── Router ### Vue Route Folder
│ │ ├── router.js # All Vue Routes are here
│ ├── Store ### Vuex Manager Folder
│ │ ├── store.js # Vues file to manage vuex data
│ ├── app.js ### Vue configure File
│ ├── App.vue ### Root Vue Template
└── ...
License
Released under the MIT License, see LICENSE.
All versions of laravel-vue-spa with dependencies
PHP Build Version
Package Version
No informations.
The package rdhafiz/laravel-vue-spa contains the following files
Loading the files please wait ....