/laravel-5.3-vuejs2-bootstrap-boilerplate

Boilerplate includes laravel 5.3 vuejs2 bootstrap all configured as separate backend / frontend projects

Primary LanguagePHP

Laravel 5.3 with VueJS 2 and bootstrap boilerplate

Installation / Configuration

  • Download or clone this repo
  • Goto backend folder and run composer install
  • Configure laravel and install [passport] (https://github.com/laravel/passport)
  • Start a webserver server or use php artisan serve
  • Goto ui folder and run npm install
  • Define development backend url in ui/src/config.js
  • In ui folder run npm run dev
  • Open http://localhost:8080/ in your browser