dlds/yii2-cms

Easy CMS system build on Yii2

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2016-12-22 14:14 UTC

This package is not auto-updated.

Last update: 2024-04-05 18:50:14 UTC


README

Latest Stable Version License Total Downloads Monthly Downloads Daily Downloads

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

Installation

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.

License

yii2-cms is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.