theseanstewart / BootstrapCake

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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


Languages

Language:PHP 100.0%