How to Install DebugKit on CakePHP

前端 未结 3 705
Happy的楠姐
Happy的楠姐 2020-12-01 05:30

I\'m learning how to work with CakePHP and I configured everything allright, but now, I get this warning:

DebugKit is not installed. It will help

3条回答
  •  一生所求
    2020-12-01 06:09

    in the root application folder: go to \vendor\cakephp\ copy the folder debug_kit and paste it in \plugins folder, this worked for me in a heroku deployment (not production, only for development)

提交回复
热议问题