-
-
Save atakde/7df4b13960aefceb076d2c0d7e634a08 to your computer and use it in GitHub Desktop.
cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env php | |
<?php | |
use PhpCliAppExample\ExampleCLI as PhpCliAppExampleExampleCLI; | |
require __DIR__.'/vendor/autoload.php'; | |
$app = new PhpCliAppExampleExampleCLI(new Symfony\Component\Console\Application()); | |
$app->run(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment