Skip to content

Commit

Permalink
Changed the --index=0 option to --noindex
Browse files Browse the repository at this point in the history
  • Loading branch information
tihomiro committed May 9, 2017
1 parent 007f90f commit 71cc1a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ The following example will only assign a `someGroupEvent` to `groups` table seed
artisan iseed users,groups --postrun=,someGroupEvent
```

### indexed
By using --indexed=0 the seed can be generated as a non-indexed array.
### noindex
By using --noindex the seed can be generated as a non-indexed array.
The use case for this feature is when you need to merge two seed files.

Example:
```
artisan iseed users --indexed=0
artisan iseed users --noindex
```

## Usage
Expand Down

0 comments on commit 71cc1a3

Please sign in to comment.