adlarge/fixtures-documentation-bundle
Symfony bundle that generates and serves documentation for your fixtures. Builds a JSON dataset and Twig UI with sections, tables, and links between entities, and can expose an action to reload fixtures so testers can inspect and reset test data.
Adopt When:
doctrine/doctrine-fixtures-bundle).Look Elsewhere If:
php bin/console doctrine:fixtures:load) over a web UI."This bundle solves a hidden productivity drain: testers spending time asking engineers for fixture details or manually recreating test data. By auto-generating an interactive fixture catalog—complete with reload capabilities—we can:
"This bundle is a low-effort, high-impact addition to our test infrastructure. Here’s why it’s worth adopting:
{
"sections": {
"Users": [
{"id": 1, "type": "PremiumUser", "data": {"email": "premium@example.com"}},
{"id": 2, "type": "FreeUser", "data": {...}}
],
"Orders": [...]
}
}
Call to Action:
How can I help you explore Laravel packages today?