File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ AppBundle\Entity\RelatedDummy:
111
111
name: <name()>
112
112
` ` `
113
113
114
- Then simply load your fixtures with the doctrine command `php app/console hautelook_alice:doctrine: fixtures:load` (or `php app/console h:d:f:l`) .
114
+ Then simply load your fixtures with the doctrine command `php app/console fixtures:load`.
115
115
116
- If you want to load the fixtures of a bundle only, do `php app/console h:d:f:l -b MyFirstBundle -b MySecondBundle`.
116
+ If you want to load the fixtures of a bundle only, do `php app/console fixtures:load -b MyFirstBundle -b MySecondBundle`.
117
117
118
118
[See more](#documentation).<br />
119
119
Next chapter : [Advanced usage](src/Resources/doc/advanced-usage.md)
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ public function __construct(
109
109
protected function configure ()
110
110
{
111
111
$ this
112
+ ->setAliases (['fixtures:load ' ])
112
113
->setDescription ('Load data fixtures to your database. ' )
113
114
->addOption (
114
115
'bundle ' ,
You can’t perform that action at this time.
0 commit comments