maker-bundle icon indicating copy to clipboard operation
maker-bundle copied to clipboard

Symfony Maker Bundle

Results 166 maker-bundle issues
Sort by recently updated
recently updated
newest added

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...

Feature

| Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? |...

Feature
Status: Needs Review

#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...

Bug

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...

Feature

Fix #543 I Adapted `asHumanWords` method to be more clever

Feature

Failing test case for #207 I would love if someone could take this and fix the actual problem ;).

Bug

#522

Feature
Status: Needs Work