nindeco / yii2-nicms
Yii2 based content management system
dev-master
2017-12-08 15:03 UTC
Requires
This package is not auto-updated.
Last update: 2025-03-06 00:18:38 UTC
README
Yii2 based content management system
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nindeco/yii2-nicms "*"
or add
"nindeco/yii2-nicms": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \nindeco\nicms\AutoloadExample::widget(); ?>```