humanized/yii2-content-tools-page

A simple content management system for creating pages using content-tools.

dev-master 2016-06-22 14:53 UTC

This package is not auto-updated.

Last update: 2024-03-13 21:36:40 UTC


README

Yii2

Provides a simple CMS framework for Yii2 using the content-tools text editor.

Features

Installation

Install Using Composer

The preferred way to install this extension is through composer.

Either run

$ composer require humanized/yii2-content-tools-page "dev-master"

or add

"humanized/yii2-content-tools": "dev-master"

to the require section of your composer.json file.

Add Module to Configuration

Add following lines to the configuration file:

'modules' => [
    'cms' => [
        'class' => 'humanized\contenttools\Module',
    ],
],

For full instructions how to configure this module, check the CONFIG-file.

Run Migrations

$ php yii migrate/up --migrationPath=@vendor/humanized/yii2-content-tools/migrations

For full instructions on how to use this module, once configured, check the USAGE-file.