cakephp/bake

Bake plugin for CakePHP

Installs: 7 623 388

Dependents: 166

Suggesters: 6

Security: 0

Stars: 106

Watchers: 35

Forks: 102

Open Issues: 10

Type:cakephp-plugin


README

Build Status Latest Stable Version Coverage Status License

This project provides the code generation functionality for CakePHP. Through a suite of CLI tools, you can quickly and easily generate code for your application.

Installation

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