From 71cc1a3e95c7e2b56ac6cbe4f8f93418bb2fd709 Mon Sep 17 00:00:00 2001 From: Tihomir Opacic Date: Tue, 9 May 2017 11:28:23 +0200 Subject: [PATCH] Changed the --index=0 option to --noindex --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 439e49c..cec746c 100755 --- a/README.md +++ b/README.md @@ -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