cakemanager / cakeadmin-cms
Cms plugin for CakePHP
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 4
Open Issues: 1
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakemanager/cakephp-cakeadmin: dev-master
- cakephp/cakephp: ~3.0
- erusev/parsedown: dev-master
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-06 22:01:37 UTC
README
Note: This is a non-stable plugin for CakePHP 3.x at this time. It is currently under development and should be considered experimental.
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.
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require cakemanager/cakeadmin-cms:dev-master
Now you need to load the plugin with:
$ bin/cake plugin load -b -r Cms
Keep in touch
If you need some help or got ideas for this plugin, feel free to chat at Gitter.
Pull Requests are always more than welcome!