You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For fix this i did: $this->addPlugin('AdminLTE', ['path'=>ROOT . DS . 'vendor' . DS . 'maiconpinto'. DS . 'cakephp-adminlte-theme' . DS]);
Also need to update for overrwrite templates:
//src/Application.php public function beforeRender(EventInterface $event) { $this->viewBuilder()->setTheme('AdminLTE'); $this->viewBuilder()->setClassName('AdminLTE.AdminLTE'); }
The text was updated successfully, but these errors were encountered:
cakephp-adminlte-theme: version 2.0.2
I have error with plugin. Problem in path.
Now defatult plugin path:
plugins/AdminLTE/
For fix this i did:
$this->addPlugin('AdminLTE', ['path'=>ROOT . DS . 'vendor' . DS . 'maiconpinto'. DS . 'cakephp-adminlte-theme' . DS]);
Also need to update for overrwrite templates:
//src/Application.php
public function beforeRender(EventInterface $event) {
$this->viewBuilder()->setTheme('AdminLTE');
$this->viewBuilder()->setClassName('AdminLTE.AdminLTE');
}
The text was updated successfully, but these errors were encountered: