dalholm/laravel-spa-starter-kit

A simple lightweight SPA admin template based on laravel and vuejs

1.0 2019-02-10 13:40 UTC

README

Total Downloads Latest Stable Version

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.

68747470733a2f2f692e696d6775722e636f6d2f5569505a6f7a762e706e67

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 and php artisan jwt:secret
  • php artisan migrate
  • npm install or yarn

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