Skip to content

bayardev/fixtures-loader-bundle

Repository files navigation

BAYARDEV - FixturesLoaderBundle

Fixtures Loader Symfony Bundle

CLONE & INSTALL

git clone -b dev git@github.com:bayardev/fixtures-loader-bundle.git

cd fixtures-loader-bundle/
composer install

IMPORT in PROJECT

Add theses lines to your composer.json :

// filename : composer.json
//...
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:bayardev/fixtures-loader-bundle.git"
        }
    ],
    "require": {
        //...
        "bayardev/fixtures-loader-bundle": "dev-master"
    },
//...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages