Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.19 KB

readme.md

File metadata and controls

30 lines (26 loc) · 1.19 KB

Laravel Vuetify SPA Starter

Starter SPA built with Laravel 5.7, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 1.3

Included

Installation:

  • Clone the repo
  • Copy .env.example to .env
  • Configure .env
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan jwt:secret
  • Run php artisan migrate
  • Run npm install
  • Make sure storage/framework/cache, storage/framework/sessions, storage/framework/views directories exist. Run mkdir -p storage/framework/{sessions,views,cache}

Usage

  • Run npm run hot for live reloading
  • Run npm run prod for production buid

Bonus