webmunkeez/fixture-bundle

Fixture for Symfony.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/webmunkeez/fixture-bundle

v1.1.0 2023-12-08 19:26 UTC

This package is auto-updated.

Last update: 2025-10-08 23:16:03 UTC


README

This bundle brings fixtures to Symfony.

Installation

Use Composer to install this bundle:

$ composer require webmunkeez/fixture-bundle

Add the bundle in your application kernel:

// config/bundles.php

return [
    // ...
    Webmunkeez\FixtureBundle\WebmunkeezFixtureBundle::class => ['dev' => true, 'test' => true],
    // ...
];