humanized / yii2-content-tools-page
A simple content management system for creating pages using content-tools.
Installs: 69
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:yii2-extension
Requires
- bizley/contenttools: 1.0
- humanized/yii2-clihelpers: *
- humanized/yii2-lookup: *
- yiisoft/yii2: >=2.0.7
This package is not auto-updated.
Last update: 2024-11-07 00:58:28 UTC
README
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.