gees-studio / yii2-gees-cms
Gees CMS
Package info
github.com/ademahendra/gees-cms
Type:yii2-extension
pkg:composer/gees-studio/yii2-gees-cms
dev-master
2017-08-25 05:16 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 11:47:13 UTC
README
Gees CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist gees-studio/yii2-gees-cms "*"
or add
"gees-studio/yii2-gees-cms": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \gees\cms\AutoloadExample::widget(); ?>```