maker-bundle
maker-bundle copied to clipboard
Symfony Maker Bundle
Have a look at this : ``` $ php bin/console make:entity Class name of the entity to create or update (e.g. GrumpyGnome): > AA created: src/Entity/AA.php created: src/Repository/AARepository.php Entity generated!...
If the absolute path to the template is not passed to the Generator class, it defaults to looking in makerBundle's skeleton directory. ```php if (!file_exists($templatePath)) { $templatePath = __DIR__.'/Resources/skeleton/'.$templateName; ```...
The make command that generates Message and MessageHandler doesn't provide a way to customize the namespace, by default Message are under `$rootNamespace.'\Message'` and MessageHandler under `$rootNamespace.'\MessageHandler'` It could be nice...
| Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? |...
#SymfonyHackday The MakerBundle throws a very cryptic error report when altering an entity class with group use statements. This patch solves the issue and prevents insertion of use statement if...
Currently, if you try to generate a Form for a DTO without Doctine installed, you get the exception message: `Somehow the doctrine service is missing. Is DoctrineBundle installed?` But Doctine...
Fix #543 I Adapted `asHumanWords` method to be more clever
Failing test case for #207 I would love if someone could take this and fix the actual problem ;).