giicms/cms

dev-master 2016-06-24 01:55 UTC

This package is not auto-updated.

Last update: 2024-11-23 20:20:42 UTC


README

Module CMS

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "giicms/cms" "dev-master"

or add

"giicms/cms": "dev-master"

to the require section of your application's composer.json file.

Usage Example

 'modules' => [
        'cms' => [
            'class' => 'giicms\cms\Module',
        ],
  ],