icanhazstring/foundry-bundle

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

Installs: 4 902

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Type:symfony-bundle

0.3.0 2021-08-26 06:55 UTC

This package is auto-updated.

Last update: 2024-04-26 12:35:38 UTC


README

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