connect232/boolean-bake

Boolean Bake plugin for CakePHP

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:cakephp-plugin

v1.4 2021-02-18 13:04 UTC

This package is auto-updated.

Last update: 2024-04-29 04:34:13 UTC


README

Installation

Run:

composer require connect232/boolean-bake

Usage

Run :

bin/cake plugin load BooleanBake

Or in your src/Application.php add:

$this->addPlugin('BooleanBake');

in src/Application::bootstrapCli() before loading the 'Bake' plugin. Add

Configure::write('Bake.theme', 'BooleanBake');