giicms / blog
Module blog
dev-master
2016-06-21 06:54 UTC
Requires
- php: >=5.4
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-15 19:52:23 UTC
README
Module blog
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "giicms/blog" "dev-master"
or add
"giicms/blog": "dev-master"
to the require section of your application's composer.json
file.
Usage Example
'modules' => [ 'blog' => [ 'class' => 'giicms\blog\Module', ], ],