We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9ffb38 + 3c47ad3 commit 1c7b272Copy full SHA for 1c7b272
1 file changed
user_guide_src/source/general/modules.rst
@@ -208,7 +208,7 @@ Seeds
208
Seed files can be used from both the CLI and called from within other seed files as long as the full namespace
209
is provided. If calling on the CLI, you will need to provide double backslashes::
210
211
- > php public/index.php migrations seed Acme\\Blog\\Database\\Seeds\\TestPostSeeder
+ > php spark db:seed Acme\\Blog\\Database\\Seeds\\TestPostSeeder
212
213
Helpers
214
=======
0 commit comments