maxlab/laravel-vue-element

Vue2 with ElemeFE/element for Laravel 5
96 1
Install
composer require maxlab/laravel-vue-element
Latest Version:1.2.12
PHP:>=5.6.4
License:MIT
Last Updated:Apr 5, 2017
Links: GitHub  ·  Packagist
Maintainer: maxzn

The Vue2 with ElemeFE/element for Laravel 5.4

  • Starter kit Vue2 in conjunction with ElemeFE/element for Laravel 5.4

Installation

$ 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

License

The Laravel framework is open-sourced software licensed under the MIT license.