Skip to content

Commit

Permalink
Add note to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jvasseur committed May 21, 2015
1 parent ad99182 commit 4f7ea25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/doc/reference/console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ As an argument you need to specify the fully qualified model class.
All passed arguments and options are used as default values in interactive mode.
You can disable the interactive mode with ``--no-interaction`` option.

The command require the SensioGeneratorBundle to work. If you don't already have it, you can install it with :

.. code-block:: bash
composer require --dev sensio/generator-bundle
Options are:
* ``bundle``: the bundle name (the default value is determined by the given model class, e.g. "YourNSFooBundle")
* ``admin``: the admin class basename (by default this adds "Admin" to the model class name, e.g. "BarAdmin")
Expand Down

0 comments on commit 4f7ea25

Please sign in to comment.