fredericomartini / adminlte
There is no license information available for the latest version (0.1.1) of this package.
AdminLTE plugin for CakePHP
Package info
github.com/fredericomartini/adminlte
Language:CSS
Type:cakephp-plugin
pkg:composer/fredericomartini/adminlte
0.1.1
2016-08-25 02:42 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-15 04:12:38 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'); }