A collection of Yii2 behaviors by Webtools.
The preferred way to install this extension is through composer.
First ensure you have the webtools package repository added to your composer.json
file
"repositories": [
{
"type": "composer",
"url": "http://packages.webtools.nz"
}
]
Then either run
composer require --prefer-dist webtoolsnz/yii2-behaviors "*"
or add
"webtoolsnz/yii2-behaviors": "*"
to the require section of your composer.json
file.