othercorey
othercorey
Support for updating table and entity classes will be in bake 2.8.
You can handle the bake init event to add helpers, but it doesn't let you customize the view builder before creating.
What other extensions would you use?
This will be configurable with `TemplateCommand::$ext` in 2.8.
@markstory this happens with a non default connection
This does not update `Schema\Collection`. Should that always use the primary role? Will replication lag be an issue?
I would prefer is the driver configs were identical except for host (we can probably require credentials to be the same). We support a `url` key so I'm not sure...
Where would you expect the original values stored in the entity?
Can you use the `trim()` filter in twig to remove the whitespace?
I can't talk about the variable design in cakephp forms, but I think it's ok to build twig functions to build what you need from the variables. They should have...