khanifzyen/yii2-simplecms

Simple Content Management System build for yii2, including article management, category management, comment management

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2018-02-20 08:45 UTC

This package is auto-updated.

Last update: 2025-03-17 08:45:56 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(); ?>```