fabriziocaldarelli / yii2-vueapp-vue-select
Vue Select plugin for Yii2 VueApp package
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- npm-asset/vue-select: ^3.4
Requires (Dev)
- phpunit/phpunit: <7
- yiisoft/yii2: ~2.0
- yiisoft/yii2-coding-standards: ~2.0
This package is auto-updated.
Last update: 2024-10-27 20:26:07 UTC
README
This is the Vue Select asset to Yii2 VueApp component.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist fabriziocaldarelli/yii2-vueapp-vue-select "@dev"
or add
"fabriziocaldarelli/yii2-vueapp-vue-select": "@dev"
to the require section of your composer.json
file.