Skip to content
forked from 2km/CakeUI

Plugin to improve user interface of cakephp applications.

License

Notifications You must be signed in to change notification settings

lucassmacedo/CakeUI

 
 

Repository files navigation

CakeUI

Introduction

Plugin to improve user interface of cakephp applications.

This plugin is based on Bootstrap.

DOC

Doc and examples page: http://cakeui-examples.2km.com.br

Install / Instalação

Clone github:

cd your_app_dir/Plugin
git clone https://github.com/2km/CakeUI.git

Load on bootstrap.php

 
CakePlugin::load('CakeUI');

Config AppController.php

 
public $helpers = array(
    'Form'=> array('className' => 'CakeUI.BootstrapForm'), 
    'Html'=> array('className' => 'CakeUI.BootstrapHtml')
);
public function beforeFilter(){
    $this->layout='CakeUI.default';
}

About

Plugin to improve user interface of cakephp applications.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 72.3%
  • CSS 15.9%
  • PHP 11.7%
  • Shell 0.1%