Skip to content

Instantly share code, notes, and snippets.

@chrisamoore
Created February 18, 2014 21:32
Show Gist options
  • Save chrisamoore/9080568 to your computer and use it in GitHub Desktop.
Save chrisamoore/9080568 to your computer and use it in GitHub Desktop.
Get Data
<?php
$loader = new Loader\YamlFileLoader(
$container,
new FileLocator(__DIR__.'/../Resources/config')
);
$loader->load('parameters.yml');
dd($loader);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment