We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0211fce commit 47a529bCopy full SHA for 47a529b
components/console/usage.rst
@@ -16,6 +16,8 @@ built-in options as well as a couple of built-in commands for the Console compon
16
<?php
17
// application.php
18
19
+ require __DIR__.'/vendor/autoload.php';
20
+
21
use Symfony\Component\Console\Application;
22
23
$application = new Application();
0 commit comments