dalholm / laravel-spa-starter-kit
A simple lightweight SPA admin template based on laravel and vuejs
Installs: 87
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 2
Forks: 3
Open Issues: 27
Type:project
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
- dev-master
- 1.0
- dev-dependabot/npm_and_yarn/json5-and-laravel-mix-2.2.3
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- dev-dependabot/composer/erusev/parsedown-1.7.4
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/axios-0.21.1
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
- dev-dependabot/npm_and_yarn/fstream-1.0.12
- dev-dependabot/npm_and_yarn/bootstrap-4.3.1
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/npm_and_yarn/webpack-bundle-analyzer-3.3.2
This package is auto-updated.
Last update: 2024-11-05 01:54:02 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
.env
and set your database connection details - run
php artisan key:generate
andphp artisan jwt:secret
php artisan migrate
npm install
oryarn
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