Closed niel closed 5 years ago
CakePHP 3.7.7
Adding:
$this->addPlugin('AdminLTE', ['bootstrap' => true, 'routes' => true]);
to the bootstrap method of .../src/Application.php, appears to be the fix.
Wiki is updated now, thanks.
CakePHP 3.7.7
Adding:
$this->addPlugin('AdminLTE', ['bootstrap' => true, 'routes' => true]);
to the bootstrap method of .../src/Application.php, appears to be the fix.