Integration Vuebase with Laravel 5.6
- PHP >=7.1.3
- Laravel 5.6.17
- Vue 2.5.16
- Vuetify 1.0.16
- git clone [email protected]: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_URL
and more. - composer install
- php artisan key:generate
- npm install
php artisan serve
npm run watch
npm run production