dev-master
9999999-devCms plugin for CakePHP
The Requires
- php >=5.4.16
- cakephp/cakephp ~3.0
- erusev/parsedown dev-master
- cakemanager/cakephp-cakeadmin dev-master
The Development Requires
Cms plugin for CakePHP
Note: This is a non-stable plugin for CakePHP 3.x at this time. It is currently under development and should be considered experimental., (*1)
Installing this plugin will add a complete CMS system to your application. This plugin depends on the CakeAdmin Plugin because of its easy management. Via the CakeAdmin plugin you are able to manage your pages, blogs and settings., (*2)
You can install this plugin into your CakePHP application using composer., (*3)
The recommended way to install composer packages is:, (*4)
composer require cakemanager/cakeadmin-cms:dev-master
Now you need to load the plugin with:, (*5)
$ bin/cake plugin load -b -r Cms
If you need some help or got ideas for this plugin, feel free to chat at Gitter., (*6)
Pull Requests are always more than welcome!, (*7)
Cms plugin for CakePHP