mjc/cakephp-first_time_setup
Composer 安装命令:
composer require mjc/cakephp-first_time_setup
包简介
First Time Setup Plugin for CakePHP
README 文档
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
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-01-14