maxlab / laravel-vue-element
Vue2 with ElemeFE/element for Laravel 5
Installs: 96
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 1
Language:CSS
Type:project
Requires
- php: >=5.6.4
- laravel/framework: 5.4.*
This package is not auto-updated.
Last update: 2024-11-10 02:50:09 UTC
README
- 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.