maiconpinto / cakephp-adminlte-theme

CakePHP AdminLTE Theme
http://maiconpinto.github.io/cakephp-adminlte-theme/
MIT License
172 stars 111 forks source link

Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. #82

Closed niel closed 5 years ago

niel commented 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.

niel commented 5 years ago

Wiki is updated now, thanks.