Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 409 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 409 Bytes

yii2-base-helpers

Extension provide custom helpers/components for yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist kakadu-dev/yii2-base-helpers "@dev"

or add

"kakadu-dev/yii2-base-helpers": "@dev"

to the require section of your composer.json file.