The yii2-cms module easy CMS system supports basic features of each simple blog. The main features of this module are:
- Posibility to run multiple blogs on single Yii2 installation
- Creating blog categories and enabling them in specific blog
- Creating blog articles and enabling them in specific blog
- Editing meta values like meta title, meta description for each article, category, blog
- Multilangual support for blog categories, articles, metas, images titles, blog itself
- Automatic publishing of each article on specified date time
- Supports friendly URLs and easy managing og url slugs for each article, category, blog
- Storing history URL slugs to keep old URLs working (using redirect 301)
- Manual sorting of articles
- Tree nesting of categories
The preferred way to install this extension is through composer.
Note: Check the composer.json for this extension's requirements and dependencies.
Either run
$ php composer.phar require dlds/yii2-cms "@stable"
or add
"dlds/yii2-cms": "@stable"
to the require
section of your composer.json
file.
yii2-cms is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.