cakephp-theme

Full UI theme for CakePHP

View the Project on GitHub anklimsk/cakephp-theme

CakePHP 2.x Full UI theme plugin

Build Status Coverage Status Latest Stable Version License

Full UI theme for CakePHP

This plugin provides next features:

Installation

  1. Install the Plugin using composer: composer require anklimsk/cakephp2-theme
  2. Add the next line to the end of the file app/Config/bootstrap.php:

    CakePlugin::load('CakeTheme', ['bootstrap' => true, 'routes' => true]);
    
  3. Copy configuration file from app/Plugin/CakeTheme/Config/asset_compress.local.ini to app/Config/asset_compress.ini
  4. Create symlink ln -sr app/Plugin/CakeTheme/webroot/ app/webroot/cake_theme
  5. Generate compiled assets run CakePHP console command Console/cake asset_compress build_ini

Using

Using this plugin