Skip to content

happyquality/cakephp-plugin-boost_cake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoostCake

Build Status Total Downloads Latest Stable Version

BoostCake is a plugin for CakePHP using Bootstrap

Requirements

  • CakePHP >= 2.3
  • Bootstrap >= 2.3 (3.0 support)

Installation

Ensure require is present in composer.json. This will install the plugin into Plugin/BoostCake:

{
	"require": {
		"slywalker/boost_cake": "*"
	}
}

Documentation

BoostCake - Bootstrap Plugin for CakePHP

Development Policy

More Simple! Simple! Simple!

  • Develop only those that method's $options in FormHelper unable to solve.
  • Don't develop ajax/js helper

If you want to simplify the options, you can develop WrapBoostCake plugin.

What is solve in this plugin

  • Replace checkbox's and radio's label
  • Add div wrapping input
  • Add content before and after input
  • Add error class in outer div
  • Change pagination tags
  • Change SessionHelper::flash()`s template

About

Bootstrap Plugin for CakePHP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%