2017 © Pedro Peláez
 

cakephp-plugin cakephp2-bootstrap4-helpers

Bootstrap 4 Helpers for CakePHP 2.x

image

newtonman/cakephp2-bootstrap4-helpers

Bootstrap 4 Helpers for CakePHP 2.x

  • Tuesday, March 27, 2018
  • by NewtonMan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Warning: Works only with CakePHP 2.x!, (*1)

CakePHP 2.x Helpers for Bootstrap 4

CakePHP Helpers to generate HTML with @Twitter Boostrap 4 style., (*2)

Based on the Plugin by https://github.com/Holt59/cakephp-bootstrap3-helpers, (*3)

Do not hesitate to... - Post a github issue if you find a bug or want a new feature. - Send me a message if you have troubles installing or using the plugin., (*4)

Installation

Simply Clone the repository in your app/Plugin/Bootstrap4 folder and add the following to your app/Config/bootstrap.php:, (*5)

CakePlugin::load('Bootstrap4') ;

How to use?

Just load the helpers in you controller:, (*6)

public $helpers = array(
    'Html' => array(
        'className' => 'Bootstrap4.BootstrapHtml'
    ),
    'Form' => array(
        'className' => 'Bootstrap4.BootstrapForm'
    ),
    'Modal' => array(
        'className' => 'Bootstrap4.BootstrapModal'
    )
);

The Versions

27/03 2018

dev-master

9999999-dev

Bootstrap 4 Helpers for CakePHP 2.x

  Sources   Download

GPL-3.0-or-later

The Requires

 

cakephp bootstrap helper