packagist cakephp/bake 2.8.0
CakePHP Bake 2.8.0

latest releases: 3.x-dev, dev-3.x-plugin-class-template, 3.2.0...
2 years ago

Changes

  • Support for keeping app-specific functions, properties and constants in model file with the new --update option for bake model
    • All generated code will still be overwritten
  • Support for customizing file headers with the new Bake.file_header element
  • Detecting and generating HasOne associations
  • Customizing template renderer View options using the new Bake.renderer event or BakeCommand::createTemplateRenderer()
  • Don't enforce FKs presence on create to allow e.g. hasMany association save calls to run through
  • Skip prompting the user to overwrite a file if it hasn't changed
  • Adding $force property to CommonOptionsTrait set by the --force option
  • Make bake template file extension configurable
  • Update plugin class generation

Don't miss a new bake release

NewReleases is sending notifications on new releases.