Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cmuench/5299740 to your computer and use it in GitHub Desktop.
Save cmuench/5299740 to your computer and use it in GitHub Desktop.
<?php
$input = new StringInput('cache:flush');
// without output
$this->getApplication()->run($input, new NullOutput());
// with output
$this->getApplication()->run($input, $output);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment