maxlab/laravel-vue-element

Vue2 with ElemeFE/element for Laravel 5

Maintainers

Package info

github.com/Maxlab/laravel-vue-element

Language:CSS

Type:project

pkg:composer/maxlab/laravel-vue-element

Statistics

Installs: 96

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

1.2.12 2017-04-02 15:07 UTC

This package is not auto-updated.

Last update: 2026-03-01 09:17:31 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.