dev-master
9999999-devA simple content management system for creating pages using content-tools.
GPL-3.0
The Requires
by Jeffrey Geyssens
by François-Xavier de Saint Pern
yii2 helper cms static-content
A simple content management system for creating pages using content-tools.
Provides a simple CMS framework for Yii2 using the content-tools text editor., (*2)
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 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)
$ 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)
A simple content management system for creating pages using content-tools.
GPL-3.0
yii2 helper cms static-content