如何使CakePHP 3检测生产与实时服务器?要禁用Debugkit

时间:2017-04-08 00:45:30

标签: cakephp-3.0

我所做的是在bootstrap.php中将debugkit设置为false

if (Configure::read('debug')) {
Plugin::load('DebugKit', ['bootstrap' => false]); 
}
我把它推到我的live server和gitignore bootstrap.php。然后我在我的localhost上启用它

问题是,如果我修改bootstrap.php,由于gitignore,我的更改未被记录。我知道一定有更好的方式谢谢!

0 个答案:

没有答案