Skip to content

theseanstewart/BootstrapCake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages