/foundry-bundle

Additional configs and compiler passes to avoid some common problem when using zenstruck/foundry with symfony components

Primary LanguagePHPMIT LicenseMIT

foundry-bundle

Delivers zenstruck/foundry alongside some additional configs and compiler passes. to avoid some common problems when using zenstruck/foundry with symfony components.

Installation

$ composer req --dev icanhazstring/foundry-bundle

Config

Enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project:

return [
    // ...
    icanhazstring\FoundryBundle\FoundryBundle::class => ['test' => true],
];

Suggestions