sumocoders / generator-bundle
Generator
Installs: 5 355
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.5 || ^7.0
- jms/cg: ^1.2
This package is auto-updated.
Last update: 2024-11-07 02:44:49 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.