fredericomartini / adminlte
AdminLTE plugin for CakePHP
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-01-04 21:36:11 UTC
README
How to... ?
Installation
You can install this plugin into your CakePHP application using composer.
composer require fredericomartini/adminlte
// in config/bootstrap.php Plugin::load('AdminLTE');
// in your AppController public function beforeRender(Event $event) { $this->viewBuilder()->theme('AdminLTE'); }