fabriziocaldarelli / yii2-vueapp-moment
Moment plugin for Yii2 VueApp package
Installs: 269
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- npm-asset/moment: ^2.24
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 21:24:39 UTC
README
This is the Moment 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-moment "@dev"
or add
"fabriziocaldarelli/yii2-vueapp-moment": "@dev"
to the require section of your composer.json
file.