BootstrapCake icon indicating copy to clipboard operation
BootstrapCake copied to clipboard

BootstrapCake is a shell template for rapidly developing beautiful Bootstrap themed CakePHP applications through the CakePHP console.

BootstrapCake Shell Template

BootstrapCake is a shell template for rapidly developing beautiful Bootstrap themed CakePHP applications through the CakePHP console. The default template uses the ugly CakePHP styling but this template makes your app look beautiful by default.

Requirements

Installation

  • Extract the files into the proper directory.
  • Update your App Controller (app/Controller/AppController.php) to use the Bootstrap layout
class AppController extends Controller {
	public function beforeFilter(){
		$this->layout = 'bootstrap';
	}
}

For more information and screenshots, please visit http://www.ekoim.com/blog/bootstrap-cakephp-bootstrapcake/