Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f56270

Browse filesBrowse files
committed
Add missing autoload include in basic application example
1 parent 7b16d3b commit 6f56270
Copy full SHA for 6f56270

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎components/console/introduction.rst

Copy file name to clipboardExpand all lines: components/console/introduction.rst
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ an ``Application`` and adds commands to it::
8888
<?php
8989
// application.php
9090

91+
require __DIR__ . '/vendor/autoload.php';
92+
9193
use Acme\Console\Command\GreetCommand;
9294
use Symfony\Component\Console\Application;
9395

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.