webmunkeez/fixture-bundle

Fixture for Symfony.

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

This package is auto-updated.

Last update: 2024-05-08 20:23:58 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],
    // ...
];