cakephp-plugin adminlte
AdminLTE plugin for CakePHP
fredericomartini/adminlte
AdminLTE plugin for CakePHP
- Thursday, August 25, 2016
- by fredericomartini
- Repository
- 1 Watchers
- 0 Stars
- 2 Installations
- CSS
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
AdminLTE plugin for CakePHP
How to... ?
Installation, (*1)
You can install this plugin into your CakePHP application using composer., (*2)
composer require fredericomartini/adminlte
```php
// in config/bootstrap.php
Plugin::load('AdminLTE');, (*3)
```php
// in your AppController
public function beforeRender(Event $event)
{
$this->viewBuilder()->theme('AdminLTE');
}
dev-master
9999999-dev
AdminLTE plugin for CakePHP
Sources
Download
The Requires
The Development Requires
0.1.1
0.1.1.0
AdminLTE plugin for CakePHP
Sources
Download
The Requires
The Development Requires
0.1.0
0.1.0.0
AdminLTE plugin for CakePHP
Sources
Download
The Requires
The Development Requires