Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 626 Bytes

readme.md

File metadata and controls

10 lines (9 loc) · 626 Bytes

laravue2-starter Build Status

👌 Skeleton SPA for Laravel 5.4 and Vue2

Setup

  • Run composer install and npm install
  • Configure .env file. Make sure APP_URL points to correct url.
  • Make sure APP_ENVand MIX_APP_ENV are the same as well as APP_URL and APP_MIX_URL.
  • Generate app key, php artisan key:generate.
  • Run Migrations and seeders, php artisan migrate & php artisan db:seed.
  • Build js files npm run watch (for auto compile) or npm run dev/npm run prod.