8000
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 5540e0b commit b3f781fCopy full SHA for b3f781f
cookbook/console/console_command.rst
@@ -14,8 +14,7 @@ Automatically Registering Commands
14
To make the console commands available automatically with Symfony2, create a
15
``Command`` directory inside your bundle and create a PHP file suffixed with
16
``Command.php`` for each command that you want to provide. For example, if you
17
-want to extend the AcmeDemoBundle (available in the Symfony Standard
18
-Edition) to greet you from the command line, create ``GreetCommand.php`` and
+want to extend the AcmeDemoBundle (available in the SensioDistributionBundle) to greet you from the command line, create ``GreetCommand.php`` and
19
add the following to it::
20
21
// src/Acme/DemoBundle/Command/GreetCommand.php
0 commit comments