zenstruck / foundry

A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html
MIT License
643 stars 70 forks source link

make:story command can't change default namespace #591

Closed dmitryuk closed 5 months ago

dmitryuk commented 5 months ago
    zenstruck_foundry:
//...
        make_factory:
            default_namespace: 'App\DataFixtures\Factory'

./bin/console make:factory creates files in App\DataFixtures\Factory correctly

But while using ./bin/console make:story it is impossible to configure default namespace. I should set it on symfony/maker level, but it is unusable cause I have a lot of another make commands that works correctly already