2017 © Pedro Peláez
 

symfony-bundle yamlfixtures-bundle

Symfony SnowcapYamlFixturesBundle

image

snowcap/yamlfixtures-bundle

Symfony SnowcapYamlFixturesBundle

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Introduction

This bundle is used to load fixtures in Yaml with Symfony 2, (*1)

Installation

  1. Add this bundle to your vendor/ dir:, (*2)

    • Using the vendors script., (*3)

      Add the following lines in your deps file::, (*4)

      [SnowcapYamlFixturesBundle]
          git=git://github.com/snowcap/SnowcapYamlFixturesBundle.git
          target=/bundles/Snowcap/YamlFixturesBundle

      Run the vendors script:, (*5)

      ./bin/vendors install
    • Using git submodules., (*6)

      $ git submodule add git://github.com/Snowcap/SnowcapYamlFixturesBundle.git vendor/bundles/Snowcap/YamlFixturesBundle
  2. Add the Snowcap namespace to your autoloader:, (*7)

      // app/autoload.php
      $loader->registerNamespaces(array(
            'Snowcap' => __DIR__.'/../vendor/bundles',
            // your other namespaces
      ));
  3. Add this bundle to your application's kernel:, (*8)

      // app/ApplicationKernel.php
      public function registerBundles()
      {
          return array(
              // ...
              new Snowcap\YamlFixturesBundle\SnowcapYamlFixturesBundle(),
              // ...
          );
      }

The Versions

15/10 2012

dev-master

9999999-dev https://github.com/snowcap/SnowcapYamlFixturesBundle

Symfony SnowcapYamlFixturesBundle

  Sources   Download

MIT

The Requires

 

by Jérôme Poskin
by Pierre Vanliefland
by Edwin Hermans

09/07 2012

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/snowcap/SnowcapYamlFixturesBundle

Symfony SnowcapYamlFixturesBundle

  Sources   Download

MIT

The Requires

 

by Jérôme Poskin
by Pierre Vanliefland
by Edwin Hermans