mjc / cakephp-first_time_setup
First Time Setup Plugin for CakePHP
Package info
github.com/mjc/CakePHP-FirstTimeSetup
Type:cakephp-plugin
pkg:composer/mjc/cakephp-first_time_setup
v0.0.1
2014-01-14 18:47 UTC
Requires
This package is not auto-updated.
Last update: 2026-02-24 12:38:07 UTC
README
A Plugin to assist with deploying CakePHP apps.
Currently all it does is check whether the app is in production mode (debug set to 0),generate a salt and cipherseed using openssl_random_pseudo_bytes and replace the default ones.
To enable it, put it in app/Plugin/CakephpFirstTimeSetup`` and add this line to the appropriate section of app/Config/bootstrap.php```:
CakePlugin::load('FirstTimeSetup', array('bootstrap' => true));
TODO:
- add database configuration
- run migrations
- add authentication
- add timezone selection