Skip to content

Instantly share code, notes, and snippets.

@osteel
Created February 6, 2022 12:46
Show Gist options
  • Save osteel/1e856c4f4cfc7037c8a96ecb68cd97ee to your computer and use it in GitHub Desktop.
Save osteel/1e856c4f4cfc7037c8a96ecb68cd97ee to your computer and use it in GitHub Desktop.
#!/usr/bin/env php
<?php
require __DIR__.'/../vendor/autoload.php';
use Symfony\Component\Console\Application;
$application = new Application();
// ... register commands
$application->run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment