- Starter kit Vue2 in conjunction with ElemeFE/element for Laravel 5.4
$ composer require maxlab/laravel-vue-element
Then add to config/app.php
Maxlab\VueElement\VueElementServiceProvider::class
Then
$ php artisan vendor:publish --force --provider="Maxlab\VueElement\VueElementServiceProvider"
$ npm install && npm run dev
The Laravel framework is open-sourced software licensed under the MIT license.