torniker / laravel-5.3-vuejs2-bootstrap-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:PHP 72.2%Language:JavaScript 16.9%Language:Vue 6.6%Language:HTML 3.7%Language:ApacheConf 0.5%Language:CSS 0.1%