We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ffb38 commit 3c47ad3Copy full SHA for 3c47ad3
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