dev-master
9999999-dev https://github.com/ryzhov/fixtures-bundleFixturesBundle for symfony framework
MIT
The Requires
by Aleksandr N. Ryzhov
doctrine symfony fixture
Wallogit.com
2017 © Pedro Peláez
FixturesBundle for symfony framework
The FixturesBundle provides usefull service for load fixtures from yml or csv files, (*1)
This bundle is released under the MIT license, (*2)
Require the bundle and its dependencies with composer:, (*3)
$ composer require ryzhov/fixtures-bundle
Register the bundle:, (*4)
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
new Ryzhov\Bundle\FixturesBundle(),
);
}
FixturesBundle for symfony framework
MIT
doctrine symfony fixture