rabp99/cakephp-baker-plugin

Plugin for bake controllers on CakePHP

Installs: 79

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:cakephp-plugin

v1.0.2 2021-11-23 02:46 UTC

This package is auto-updated.

Last update: 2024-04-23 08:17:06 UTC


README

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require rabp99/cakephp-baker-plugin
bin/cake plugin load Rabp99/Bake

Usage

Add --theme Rabp99/Bake to your bake commands.

Bake all your controllers:

bin/cake bake controller all --theme Rabp99/Bake

Bake a single controller:

bin/cake bake controller {ControllerName} --theme Rabp99/Bake

Bake everything (theme only impacts controllers):

bin/cake bake all --everything --theme Rabp99/Bake