nindeco/yii2-nicms

Yii2 based content management system

Maintainers

Details

git.nindeco.com/open/yii2-nicms

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2017-12-08 15:03 UTC

This package is not auto-updated.

Last update: 2024-04-17 20:25:15 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(); ?>```