This CakePHP 3.0 plugin provides useful development tools for managing a cakephp app.
This cake3 branch only works for CakePHP3.x - please use the master branch for CakePHP 2.x!
Put the files in ROOT/plugins/Setup
, using Packagist/Composer:
"require": {
"dereuromark/cakephp-setup": "dev-cake3"
}
and
composer update
Details @ https://packagist.org/packages/dereuromark/cakephp-setup
This will load the plugin (within your boostrap file):
Plugin::load('Tools');
or
Plugin::loadAll();
Currently this plugin contains only the parts I managed to migrate yet:
- Some useful debugging shells
Possible dependencies: Tools Plugin
Use at your own risk. Please provide any fixes or enhancements via issue or better pull request.
- One Click Baking
- Complete Configuration and Maintenance Backend
- Coding help / guidelines
- Cleanup and Correction shells
- Testing stuff
- Backup stuff