khanifzyen / yii2-simplecms
Simple Content Management System build for yii2, including article management, category management, comment management
Package info
github.com/khanifzyen/yii2-simplecms
Type:yii2-extension
pkg:composer/khanifzyen/yii2-simplecms
dev-master
2018-02-20 08:45 UTC
Requires
- yiisoft/yii2: ~2.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-17 12:02:28 UTC
README
Simple Content Management System build for yii2, including article management, category management, comment management
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist khanifzyen/yii2-simplecms "*"
or add
"khanifzyen/yii2-simplecms": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \khanifzyen\simplecms\AutoloadExample::widget(); ?>```