2018年6月

  • 2018.06.20

CakePHP3でのDebugKitのON/OFF切替

/config/bootstrap.php にて、 trueにするとDebugKitをON、 falseにするとDebugKitをOFFにすることができる。 if (Configure::read('debug')) { //Plugin::load('DebugKit', ['bootstrap' => true]); Plugin::load('DebugKit', ['bootstrap' […]