Download the PHP package dalholm/laravel-spa-starter-kit without Composer
On this page you can find all versions of the php package dalholm/laravel-spa-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-spa-starter-kit
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
Production
Thanks
This repo was based on cretueusebiu/laravel-vue-spa
All versions of laravel-spa-starter-kit with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
fideloper/proxy Version ^4.0
laravel/framework Version 5.7.*
laravel/socialite Version ^3.0
laravel/tinker Version ~1.0
tymon/jwt-auth Version ^1.0.0-rc.2
fideloper/proxy Version ^4.0
laravel/framework Version 5.7.*
laravel/socialite Version ^3.0
laravel/tinker Version ~1.0
tymon/jwt-auth Version ^1.0.0-rc.2
The package dalholm/laravel-spa-starter-kit contains the following files
Loading the files please wait ....