maxlab/laravel-vue-element
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.
Related Packages
nilportugues/laravel5-json-api-dingo
Laravel5 JSONAPI and Dingo together to build APIs fast
1,498
30
lucasromanojf/laravel5-pdf
Provides the HTML2PDF functionality using the wkhtmltopdf library (Laravel 5)
72,399
7