2017 © Pedro PelĂĄez
 

cakephp-plugin cakeganache

This is a CakePHP 2.x plugin that overload core helpers to support Twitter Bootstrap 2.x + extras.

image

gezeresolutionsweb/cakeganache

This is a CakePHP 2.x plugin that overload core helpers to support Twitter Bootstrap 2.x + extras.

  • Monday, August 7, 2017
  • by slevesque
  • Repository
  • 3 Watchers
  • 0 Stars
  • 2,255 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

CakeGanache

What about a good cake ganache ?, (*1)

This is a CakePHP 2.x plugin that overload core helpers to support Twitter Bootstrap 2.x + extras, (*2)

  • Bootstrap 2.x Helpers
    • GanacheHtmlHelper
    • GanacheFormHelper
    • GanacheNavbarHelper
    • GanachePaginationHelper
    • GanacheCalendarHelper
    • GanacheTablenavbarHelper
  • FontAwesome 4.x Helpers
  • Javascript goddies
    • ganache-tablenavbar.js
    • ganache-chained.js

Installation

Composer

composer require gezeresolutionsweb/cakeganache:*

Manual

Extract the plugin in the app/Plugin folder and load the plugin in your bootstrap.php file., (*3)

CakePlugin::load('CakeGanache');

How to use?

Helpers are developped with respect of core helper in mind. So load the helpers in your controller., (*4)

public $helpers = array(
    'Html' => 'CakeGanache.GanacheHtml', 
    'Form' => 'CakeGanache.GanacheForm', 
    'Paginator' => 'CakeGanache.GanachePaginator',
    'Navbar' => 'CakeGanache.GanacheNavbar'
    'Tablenavbar' => 'CakeGanache.GanacheTablenavbar'
    'Calendar' => 'CakeGanache.GanacheCalendar'
) ;
  • http://mikael-capelle.fr CakeHelpers
  • WebAndCow Cakephp Bootstrap Helpers

The Versions

07/08 2017

dev-master

9999999-dev https://github.com/gezeresolutionsweb/cakeganache

This is a CakePHP 2.x plugin that overload core helpers to support Twitter Bootstrap 2.x + extras.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin framework helpers cakephp bootstrap twitter ganache

07/08 2017

0.1.1

0.1.1.0 https://github.com/gezeresolutionsweb/cakeganache

This is a CakePHP 2.x plugin that overload core helpers to support Twitter Bootstrap 2.x + extras.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin framework helpers cakephp bootstrap twitter ganache

14/07 2016

dev-cakeganache-v1.0.0-bootstrap4.0.0-alpha2

dev-cakeganache-v1.0.0-bootstrap4.0.0-alpha2 https://github.com/gezeresolutionsweb/cakeganache

This is a CakePHP 2.x plugin that overload core helpers to support Twitter Bootstrap 4.x + extras.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin framework helpers cakephp bootstrap twitter ganache

07/07 2016

0.1.0

0.1.0.0 https://github.com/gezeresolutionsweb/cakeganache

This is a CakePHP 2.x plugin that overload core helpers to support Twitter Bootstrap 2.x + extras.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin framework helpers cakephp bootstrap twitter ganache