antcto/maker-bundle

AntCTO Maker, extend form Symfony Maker Bundle, thats helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:antcto-bundle

dev-master / 1.0.x-dev 2019-03-29 21:06 UTC

This package is auto-updated.

Last update: 2024-04-29 04:03:17 UTC


README

The MakerBundle is the fastest way to generate the most common code you'll need in a Symfony app: commands, controllers, form classes, event subscribers and more! This bundle is an alternative to SensioGeneratorBundle for modern Symfony applications and requires Symfony 3.4 or newer and Symfony Flex.

Read the documentation

Backwards Compatibility Promise

This bundle shares the backwards compatibility promise from Symfony. But, with a few clarifications.

A) The input arguments or options to a command may change between minor releases. If you're using the commands in an automated, scripted way, be aware of this.

B) The generated code itself may change between minor releases. This will allow us to continuously improve the generated code!