anindya-dhruba / Laravel Vue Spa
Licence: mit
SPA Boilerplate made with Laravel 5.6, Vue 2, Bootstrap 4, Vue-router 3, Vuex 3, Axios
Stars: ✭ 172
Projects that are alternatives of or similar to Laravel Vue Spa
Spala
Spala (SPA LARAVEL): a modern lightweight CMS for Laravel and Vue developers (open source project).
Stars: ✭ 91 (-47.09%)
Mutual labels: axios, jwt, vuejs2, bootstrap4
Laravue
Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev
Stars: ✭ 1,964 (+1041.86%)
Mutual labels: laravel, axios, jwt
Jwt Auth
🔐 JSON Web Token Authentication for Laravel & Lumen
Stars: ✭ 10,305 (+5891.28%)
Mutual labels: laravel, jwt
Ruoyi Vue Fast
(RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 107 (-37.79%)
Mutual labels: axios, jwt
Django Auth0 Vue
A Django REST Framework + Vue.js CRUD Demo Secured Using Auth0
Stars: ✭ 99 (-42.44%)
Mutual labels: axios, jwt
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+6317.44%)
Mutual labels: vuejs2, bootstrap4
Forum
A fully-fledged modern forum app, including @mention and private messaging, built with Laravel 5.3 and Vue 2.
Stars: ✭ 135 (-21.51%)
Mutual labels: laravel, vuejs2
Employee Mgmt Laravel5.4 Adminlte
The project is using laravel 5.4 and adminlte
Stars: ✭ 141 (-18.02%)
Mutual labels: laravel, bootstrap4
Vue Laravel Spa
Single Page Application made with Vue.JS2, Vue Router, Vuex and Laravel 5.6.
Stars: ✭ 107 (-37.79%)
Mutual labels: laravel, vuejs2
Openlaravel
A collection of open source projects built using Laravel.
Stars: ✭ 106 (-38.37%)
Mutual labels: laravel, vuejs2
Vuejs2 Laravel53 Starter
A starter template for VueJs 2.0 with Laravel 5.4
Stars: ✭ 112 (-34.88%)
Mutual labels: laravel, vuejs2
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-40.12%)
Mutual labels: axios, bootstrap4
Laravel Coreui Vue
Laravel 5.6 with CoreUI (VueJS Full Starter Template) >>> Deprecated, please go to https://coreui.io/laravel/
Stars: ✭ 132 (-23.26%)
Mutual labels: laravel, vuejs2
Basix Admin
Get Free and Premium Vue.js Bootstrap v4 Admin Dashboard Templates
Stars: ✭ 138 (-19.77%)
Mutual labels: vuejs2, bootstrap4
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (-17.44%)
Mutual labels: laravel, bootstrap4
Admin One Laravel Dashboard
Admin One — Free Laravel Dashboard (Bulma Buefy Vue.js SPA)
Stars: ✭ 94 (-45.35%)
Mutual labels: laravel, vuejs2
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+956.98%)
Mutual labels: axios, vuejs2
Laravel Vue SPA
Starter Boilerplate SPA made with Laravel 5.6, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios & ❤️
Demo
What's New
- Upgraded to Bootstrap 4 from Bootstrap 3
- Upgraded to Vuex 3 from Vuex 2
- Upgraded to Vue Router 3 from Vue Router 2
- All packages are updated (both PHP and JS)
- Removed unnecessary vuex store modules
- Project structure updated
What's included
Installation:
- Clone the repo
- Copy
.env.example
to.env
- Configure
.env
-
cd
to the repo - Run
composer install --no-scripts
- Run
php artisan key:generate
- Run
php artisan migrate --seed
. A user will be seeded so that you can login, where:- email is:
[email protected]
- password is:
root
- email is:
- Run
npm install
- Run
npm run watch
- View the site by
- Either running
php artisan serve
if you are not using vagrant homestead or laravel valet (in a new terminal/command prompt) - Otherwise go to your local dev url configured in vagrant
- Either running
For any problem in laravel setup, please get help from Laravel site. If that does not work, please create an issue, I will try my best to help.
Note:
I tried to follow the best practices, but any suggestion, modification is highly appreciated.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].