Skip to content

Instantly share code, notes, and snippets.

@kaiohken1982
Created November 22, 2013 18:28
Show Gist options
  • Save kaiohken1982/7604627 to your computer and use it in GitHub Desktop.
Save kaiohken1982/7604627 to your computer and use it in GitHub Desktop.
cli-config.php
<?php
use Doctrine\ORM\Tools\Console\ConsoleRunner;
require_once 'bootstrap.php';
return ConsoleRunner::createHelperSet($entityManager);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment