We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cc308 commit 47ef1cbCopy full SHA for 47ef1cb
user_guide_src/source/dbmgmt/seeds.rst
@@ -65,8 +65,12 @@ Using the command line, you can easily generate seed files.
65
66
You can supply the ``root`` namespace where the seed file will be stored by supplying the ``--namespace`` option::
67
68
+ For Unix:
69
> php spark make:seeder MySeeder --namespace Acme\\Blog
70
71
+ For Windows:
72
+ > php spark make:seeder MySeeder --namespace Acme\Blog
73
+
74
If ``Acme\Blog`` is mapped to **app/Blog** directory, then this command will generate **MySeeder.php** at **app/Blog/Database/Seeds** directory.
75
76
Supplying the ``--force`` option will overwrite existing files in destination.
0 commit comments