hg8 / Bootstrap4Cake

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: Only for CakePHP 4.x

Bootstrap4Cake Shell Template

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

2019-01-20-185335_2720x986_scrot

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/ (Bootstrap3 Version)

About

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


Languages

Language:PHP 100.0%