2017 © Pedro Peláez
 

cakephp-plugin cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

image

alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  • Tuesday, June 26, 2018
  • by alaxos
  • Repository
  • 1 Watchers
  • 6 Stars
  • 1,384 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 13 Versions
  • 7 % Grown

The README.md

cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3, (*1)

General Features

  • Bootstrap templates that use the enhanced FormHelper and some other tools from the alaxos/cakephp3-libs plugin

Installation

Adding the plugin

You can easily install this plugin using composer as follows:, (*2)

composer require alaxos/cakephp3-bootstrap-theme

Enabling the plugin

After adding the plugin remember to load it in your config/bootstrap.php file. The Alaxos plugin must be loaded as well., (*3)

Plugin::load('Alaxos', ['bootstrap' => true]);
Plugin::load('Alaxos/BootstrapTheme');

Using the plugin with bake

$ ./bin/cake bake model Users --theme Alaxos/BootstrapTheme

Load Bootstrap CSS and JS

You may use the following functions to load Bootstrap CSS and JS in your template:, (*4)

<?php 
echo $this->AlaxosHtml->includeBootstrapCSS(['block' => false]);
echo $this->AlaxosHtml->includeBootstrapThemeCSS(['block' => false]);
echo $this->AlaxosHtml->includeAlaxosCSS(['block' => false]);

echo $this->AlaxosHtml->includeAlaxosJQuery(['block' => false]);
echo $this->AlaxosHtml->includeAlaxosBootstrapJS(['block' => false]);
?>

The Versions

26/06 2018

dev-master

9999999-dev https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

26/06 2018

dev-dev

dev-dev https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

26/06 2018

3.6.0

3.6.0.0 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

07/05 2018

dev-cakephp-3.5

dev-cakephp-3.5 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

07/05 2018

3.5.1

3.5.1.0 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

17/03 2017

dev-cakephp3.4

dev-cakephp3.4 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

17/03 2017

v1.1.1

1.1.1.0 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

17/03 2017

1.1

1.1.0.0 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

24/03 2016

0.9.3

0.9.3.0 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

24/03 2016

3.5.0

3.5.0.0 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

08/03 2016

0.9.2

0.9.2.0 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

04/03 2016

0.9.1

0.9.1.0 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake

29/10 2015

0.9.0

0.9.0.0 https://github.com/alaxos/cakephp3-bootstrap-theme

Bootstrap bake templates for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap theme libraries bake