dalholm / laravel-spa-starter-kit
A simple lightweight SPA admin template based on laravel and vuejs
Package info
github.com/dalholm/simple-admin-laravel-spa
Type:project
pkg:composer/dalholm/laravel-spa-starter-kit
1.0
2019-02-10 13:40 UTC
Requires
- php: ^7.1.3
- fideloper/proxy: ^4.0
- laravel/framework: 5.7.*
- laravel/socialite: ^3.0
- laravel/tinker: ~1.0
- tymon/jwt-auth: ^1.0.0-rc.2
Requires (Dev)
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- laravel/dusk: ^3.0
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2026-06-05 05:21:38 UTC
README
Update
Use Laravel, sanctum, SPA repo instead!!
Laravel Vuejs SPA Starter Kit
This project is a simple lightweight SPA admin template based on laravel and vuejs. It's quick to get started.
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
- Bootstrap 4 + Font Awesome 5
Installation
- run
composer create-project dalholm/laravel-spa-starter-kit - Edit
.envand set your database connection details - run
php artisan key:generateandphp artisan jwt:secret php artisan migratenpm installoryarn
Usage
Development
# build and watch npm run watch # serve with hot reloading npm run hot
Production
npm run production
Thanks
This repo was based on cretueusebiu/laravel-vue-spa