Abel Bottello
Results
1
issues of
Abel Bottello
After a fresh CakePHP 5.0.5 I activated DebugKit by adding this code to Application.php ``` if (Configure::read('debug')) { Configure::write('DebugKit.safeTld', ['mydomain.net']); Configure::write('DebugKit.forceEnable', true); $this->addPlugin('DebugKit'); } ``` I've set 'debug'=>true, in app_local.php...