2017 © Pedro Peláez
 

cakephp-plugin chocolate

Front-End Framework FormHelpers for CakePHP 3.0

image

alescx/chocolate

Front-End Framework FormHelpers for CakePHP 3.0

  • Thursday, March 26, 2015
  • by alescx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Front-End Framework Helpers

This plugins goal is to help you speed up implementing a Front-End framework like Bootstrap., (*1)

This plugin does not load the required CSS or JavaScript, but merely adds the classes and markup,, (*2)

Installation

Run composer require alescx/chocolate:dev-master or add the following into your composer.json and run composer update., (*3)

"require" : {
  "alescx/chocolate": "dev-master"
}

Load the plugin in your bootstrap file, (*4)

// /src/Config/bootstrap.php
Plugin::load('Chocolate');

Usage

Bootstrap

Make sure you loaded the required CSS/JavaScript for what you are trying to do., (*5)

Forms

Load the plugins FormHelper in your Controller:, (*6)

public $helpers = [
    'Form' => [
        'className' => 'Chocolate.BootstrapForm'
    ]
];

The Versions

26/03 2015

dev-master

9999999-dev

Front-End Framework FormHelpers for CakePHP 3.0

  Sources   Download

MIT

The Requires

 

The Development Requires