Laravel Vuebase
April 22, 2018 ยท View on GitHub
Integration Vuebase with Laravel 5.6
Prerequisites
- PHP >=7.1.3
Features
- Laravel 5.6.17
- Vue 2.5.16
- Vuetify 1.0.16
Installation
- git clone git@github.com:nasirouwagana/laravel-vuebase.git project-name
- cd project-name
- cp .env.example .env
- Edit .env and set your database connection details,
APP_URL,API_URL,APP_BASE_URLand more. - composer install
- php artisan key:generate
- npm install
Usage
Development
php artisan serve
npm run watch
Production
npm run production