2017 © Pedro PelĂĄez
 

yii2-extension yii2-content-tools-page

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

image

humanized/yii2-content-tools-page

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

  • Wednesday, June 22, 2016
  • by jeffrey.geyssens
  • Repository
  • 1 Watchers
  • 0 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2-Content Tools Page - README

Yii2, (*1)

Provides a simple CMS framework for Yii2 using the content-tools text editor., (*2)

Features

Installation

Install Using Composer

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

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

or add, (*5)

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

to the require section of your composer.json file., (*6)

Add Module to Configuration

Add following lines to the configuration file:, (*7)

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

For full instructions how to configure this module, check the CONFIG-file., (*8)

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., (*9)

The Versions

22/06 2016

dev-master

9999999-dev

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

  Sources   Download

GPL-3.0

The Requires

 

by Jeffrey Geyssens
by François-Xavier de Saint Pern

yii2 helper cms static-content