freshcrate

bake

The Bake Command Plugin

Description

The Bake Command Plugin

README

Bake plugin for CakePHP

Build Status Latest Stable VersionCoverage StatusLicenseThis project provides the code generation functionality for CakePHP. Through a suite of CLI tools, you can quickly and easily generate code for your application.

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

The recommended way to install composer packages is:

composer require --dev cakephp/bake

Documentation

You can find the documentation for bake on its own cookbook.

Testing

After installing dependencies with composer you can run tests with phpunit:

vendor/bin/phpunit

If your changes require changing the templates that bake uses, you can save time updating tests, by enabling bake's 'overwrite fixture feature'. This will let you re-generate the expected output files without having to manually edit each one:

UPDATE_TEST_COMPARISON_FILES=1 vendor/bin/phpunit

Release History

VersionChangesUrgencyDate
3.6.3## What's Changed * Fix singular/plural variable collision in baked templates - https://github.com/cakephp/bake/pull/1075 **Full Changelog**: https://github.com/cakephp/bake/compare/3.6.2...3.6.3Medium3/21/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

slot-jsx-pragma🎰 Enable declarative slottable components with a custom JSX pragma for seamless React integration and enhanced performance.main@2026-04-21
local-ai-devenv🤖 Automate coding, testing, and deployment with a local AI environment powered by a team of intelligent agents.main@2026-04-21
ai-dataset-generator🤖 Generate tailored AI training datasets quickly and easily, transforming your domain knowledge into essential training data for model fine-tuning.main@2026-04-21
dopEffectCSharp🚀 Maximize your C# productivity with advanced techniques in strings, LINQ, and clean code, inspired by the book "Produtivo com C#."master@2026-04-21
alefGenerate fully-typed, lint-clean language bindings for Rust libraries across 11 languagesv0.4.4