Skip to content

funayaki/cakephp-adminlte-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CakePHP AdminLTE Theme

Installation

You can install using composer.

composer require funayaki/cakephp-adminlte-theme

Enable Plugin

// config/bootstrap.php

Plugin::load('AdminLTE');

Enable Form

// src/View/AppView.php

public function initialize()
{
    $this->loadHelper('Breadcrumbs', ['className' => 'AdminLTE.Breadcrumbs']);
    $this->loadHelper('Form', ['className' => 'AdminLTE.Form']);
}

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Packages

No packages published

Languages

  • JavaScript 38.7%
  • HTML 34.2%
  • PHP 14.7%
  • CSS 12.4%