| Package Data | |
|---|---|
| Maintainer Username: | maxzn |
| Package Create Date: | 2017-03-31 |
| Package Last Update: | 2017-04-05 |
| Language: | CSS |
| License: | MIT |
| Last Refreshed: | 2025-11-06 15:09:36 |
| Package Statistics | |
|---|---|
| Total Downloads: | 96 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 1 |
$ 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
The Laravel framework is open-sourced software licensed under the MIT license.