Skip to content

Instantly share code, notes, and snippets.

@assertchris
Created December 9, 2014 08:45
Show Gist options
  • Save assertchris/bfb6feedd94bde64344c to your computer and use it in GitHub Desktop.
Save assertchris/bfb6feedd94bde64344c to your computer and use it in GitHub Desktop.
<?php
use Symfony\Component\Console\Output\StreamOutput;
$handle = fopen("php://output", "w");
$stream = new StreamOutput($handle);
Artisan::call("migrate", ["--path" => "Acme/Migration"], $stream);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment