2017 © Pedro Peláez
 

cakephp-plugin bootstrap_extend

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

image

bmilesp/bootstrap_extend

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  • Wednesday, April 6, 2016
  • by bmilesp
  • Repository
  • 2 Watchers
  • 0 Stars
  • 185 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 22 Versions
  • 0 % Grown

The README.md

Bootstrap Extend Plugin

A Simple Yet Configurable Drop-In Solution to Add Twitter Bootstrap to Your Project, (*1)


Installation

[Using Composer], (*2)

View on Packagist, and copy the json snippet for the latest version into your project's composer.json. Eg, v. 1.0.0 would look like this:, (*3)

{
    "require": {
        "bmilesp/bootstrap_extend": ""2.6.x-dev"
    }
}

[Manual] * Download this: https://github.com/bmilesp/BootstrapExtend/archive/master.zip * Unzip that download. * Copy the resulting folder to app/Plugin * Rename the folder you just copied to `BootstrapExtend, (*4)

[GIT Clone], (*5)

In your Plugin directory type:, (*6)

git clone -b master git://github.com/bmilesp/BootstrapExtend.git Upload

Enable plugin

Add following lines in yout app/Config/bootstrap.php file, (*7)

CakePlugin::load('BootstrapExtend', array('bootstrap' => true));

Usage

Add the following elements into your layout somewhere within the , (*8)

tags:
    <?php 
        echo $this->element('BootstrapExtend.layout_requirements/external_resources');
        echo $this->element('BootstrapExtend.layout_requirements/external_resources_overrides'); 
    ?>

Add the following to the end of the layout before the , (*9)

closing tag:, (*10)

    element('BootstrapExtend.layout_requirements/ext_block'); ?>

In your AppController, overload the Form Helper with the following:, (*11)

    public $helpers = array(
        'Form' => array('className' => 'BootstrapExtend.BootstrapExtForm'),
    );

The Versions

06/04 2016

2.8.5

2.8.5.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

06/04 2016

2.8.4

2.8.4.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

30/09 2015

dev-master

9999999-dev

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

30/09 2015

2.8.3

2.8.3.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

05/08 2015

2.8.2

2.8.2.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

01/07 2015

2.8.1

2.8.1.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

01/07 2015

2.8.0

2.8.0.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

07/05 2015

2.7.9

2.7.9.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

07/05 2015

2.7.8

2.7.8.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

07/05 2015

2.7.7

2.7.7.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

07/05 2015

2.7.6

2.7.6.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

07/05 2015

2.7.5

2.7.5.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

06/04 2015

2.7.4

2.7.4.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

06/04 2015

2.7.2

2.7.2.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

25/03 2015

2.7.1

2.7.1.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

27/02 2015

2.7.0

2.7.0.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

27/02 2015

2.7.3

2.7.3.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

27/02 2015

2.6.5

2.6.5.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

05/12 2014

2.6.3

2.6.3.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

05/12 2014

2.2

2.2.0.0

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

10/07 2014

2.1.x-dev

2.1.9999999.9999999-dev

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp

29/05 2014

2.4.x-dev

2.4.9999999.9999999-dev

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

  Sources   Download

The Requires

 

by Avatar bmilesp