khanifzyen/yii2-simplecms

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

Maintainers

Package info

github.com/khanifzyen/yii2-simplecms

Type:yii2-extension

pkg:composer/khanifzyen/yii2-simplecms

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-17 10:55:44 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(); ?>```