Download the PHP package pieceofcake2/bake without Composer
On this page you can find all versions of the php package pieceofcake2/bake. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pieceofcake2/bake
More information about pieceofcake2/bake
Files in pieceofcake2/bake
Download pieceofcake2/bake
More information about pieceofcake2/bake
Files in pieceofcake2/bake
Vendor pieceofcake2
Package bake
Short Description Bake plugin for CakePHP 2.x - Code generation tool
License MIT
Package bake
Short Description Bake plugin for CakePHP 2.x - Code generation tool
License MIT
Please rate this library. Is it a good library?
Informations about the package bake
Bake Plugin for CakePHP 2.x
The Bake plugin provides code generation and scaffolding capabilities for CakePHP 2.x applications.
Installation
Using Composer
Install the plugin using Composer:
Usage
Once installed, you can use the bake commands:
Features
- Model Generation: Create models with associations and validation
- Controller Generation: Create controllers with CRUD actions
- View Generation: Create views for index, view, add, and edit actions
- Test Generation: Create test cases for your code
- Fixture Generation: Create fixtures for testing
- Plugin Generation: Scaffold new plugins
- Project Generation: Create new CakePHP projects
- Custom Templates: Use custom bake templates for code generation
Bake Templates
The Bake plugin uses templates for code generation. You can customize these templates by creating your own bake theme.
Custom Bake Themes
Create a directory structure in your app:
Then use your theme:
Requirements
- PHP 8.0+
- CakePHP 2.11+
License
MIT License
Support
All versions of bake with dependencies
PHP Build Version
Package Version
The package pieceofcake2/bake contains the following files
Loading the files please wait ...