Skip to content

Commit

Permalink
Readme: remove fixtures option (#28)
Browse files Browse the repository at this point in the history
It has been removed in this commit:

bf47819
  • Loading branch information
Gappa committed Oct 12, 2023
1 parent c574666 commit 5717241
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .docs/README.md
Expand Up @@ -93,12 +93,6 @@ The **doctrine:fixtures:load** command loads data fixtures from your configurati
bin/console doctrine:fixtures:load
```

You can also optionally specify the path to the fixtures with the **--fixtures** option:

```
bin/console doctrine:fixtures:load --fixtures=/path/to/fixtures1 --fixtures=/path/to/fixtures2
```

If you want to append the fixtures instead of first flushing the database you can use the **--append** option:

```
Expand Down

0 comments on commit 5717241

Please sign in to comment.