Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.22 KB

Behaviors

Scrutinizer Code Quality Code Coverage Build Status

A collection of Yii2 behaviors by Webtools.

Installation

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.