Cakephp 3.6 installation and setup

Hi,

I have installed cakephp 3.6 . this is installation successfully according your guide line but we have got error to open cakephp folder in browser as below. .

Fatal error: Cannot use Cake\Core\Plugin as Plugin because the name is already in use in C:\xampp\htdocs\cakephp3.6\vendor\cakephp\debug_kit\src\ToolbarService.php on line 16

How did you install CakePHP?
Did you use Composer or did you manually download the release zip and extract that?

Hi, i’m also having same problem installed cake3.6 in cpanel using softaculous app installer. after installation DB also created, but front end link not working have following error

Fatal error: Cannot use Cake\Core\Plugin as Plugin because the name is already in use in /home/lordjesuswowscho/public_html/vendor/cakephp/debug_kit/src/ToolbarService.php on line 16

Hi. The issue fixed.

i was disabled debug Kit

'debug' => filter_var(env('DEBUG', false), FILTER_VALIDATE_BOOLEAN),

after that Replaced Home.ctp in Pages template - Issue Fixed :slight_smile: