• Stars
    star
    126
  • Rank 278,151 (Top 6 %)
  • Language
    PHP
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Laravel Vuetify SPA Starter

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

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 watch for live reloading using BrowserSync
  • Run npm run hot for hot reloading
  • Run npm run prod for production buid

Bonus