Posted under » CakePHP on 24 June 2019
You can edit the default template by going to
src/Template/Layout/default.ctp // or app/views/layouts/default.ctp
If you want to completely turn off or remove the template, go to the Controller and under the function put
$this->autoRender = false;