Skip to content

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

License

Notifications You must be signed in to change notification settings

thiagomeireless/laravel-vuetify-spa-starter

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.3%
  • Vue 20.4%
  • Other 1.3%