Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 655 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 655 Bytes

Yii2 Widget Manager

Widget Manager yii2 extension like in WordPress widget management in backend, Specially designed yii2 Advanced App (under development)

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist digitize/yii2-widget-manager "*"

or add

"digitize/yii2-widget-manager": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \digitize\widgetmanager\AutoloadExample::widget(); ?>```