I'm getting following error when trying to install Admin http://prntscr.com/282zhv
So, the Composer created folders Admin, Forum and Utility in app/Plugin folder. In app\config\bootstrap.php file i have following lines
CakePlugin::loadAll();
CakePlugin::load('Utility', array('bootstrap' => true, 'routes' => true));
CakePlugin::load('Admin', array('bootstrap' => true, 'routes' => true));
CakePlugin::load('Forum', array('bootstrap' => true, 'routes' => true));
why Cake fails to find a plugin? :S
EDIT: typing cake in app/console http://prntscr.com/283lrq typing cake while in app http://prntscr.com/283moc