Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 538 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 538 Bytes

yii2-plugin

This is the base code to write extensions based in javascript plugins. It encapsulates the base widgets in terms of Yii2. One can use this base code during creation of one's own extensions if needed.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist solutosoft/yii2-plugin "*"

or add

"dist solutosoft/yii2-plugin": "*"

to the require section of your composer.json file.