sumocoders/generator-bundle

Generator

Installs: 5 324

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0 2017-07-14 07:39 UTC

This package is auto-updated.

Last update: 2024-05-07 01:28:34 UTC


README

The GeneratorBundle will help you with some boilerplate code by generating Commands, Command handlers and service configuration based on a given entity.

License

This bundle is under the MIT license. See the complete license at: LICENSE

About

GeneratorBundle is a bundle created by SumoCoders and is intended to be used with the Framework or with ForkCMS.

Usage

Symfony

app/console sumocoders:generate --entityFQN 'AppBundle\Entity\Post

ForkCMS

app/console sumocoders:generate --entityFQN 'Backend\Modules\MyModule\Entity\Post

Known Issues

  • Class names when not generated with FQN are prefixed with a backslash.

Other issues?

Feel free to add an Issue on Github, or even better create a Pull Request.