Skip to content

fredericomartini/adminlte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdminLTE plugin for CakePHP

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');
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors