aoliverio / content
Content plugin for CakePHP
Installs: 53
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 2
Open Issues: 1
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-05 20:20:50 UTC
README
This is a Content Management System plugin for CakePHP 3.x applications.
Installing Content via Composer
You can install Content into your project using Composer. If you're starting a new project, we recommend using the content-app skeleton as a starting point. For existing applications you can run the following:
$ composer require aoliverio/content
Load plugin in your application:
bin/cake plugin load -r Content
Docs
For more informations about installation and configuration options, see the wiki.
Bugs & Feedback
https://github.com/aoliverio/content/issues.
License
Copyright (c) 2015 Antonio Oliverio and licensed under MIT License.