maxlab / laravel-vue-element
Vue2 结合 ElemeFE/element 的 Laravel 5
1.2.12
2017-04-02 15:07 UTC
Requires
- php: >=5.6.4
- laravel/framework: 5.4.*
This package is not auto-updated.
Last update: 2024-09-29 02:13:26 UTC
README
- Vue2 与 ElemeFE/element 集成的 Laravel 5.4 开发套件
安装
$ composer require maxlab/laravel-vue-element
然后在 config/app.php 文件中添加
Maxlab\VueElement\VueElementServiceProvider::class
然后
$ php artisan vendor:publish --force --provider="Maxlab\VueElement\VueElementServiceProvider" $ npm install && npm run dev
许可证
Laravel 框架是开源软件,遵循 MIT 许可证。