Skip to content

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.phppublicfunctioninitialize()
{
$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

Releases

Packages

Contributors

Languages