We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1028e commit 1374194Copy full SHA for 1374194
1 file changed
user_guide_src/source/cli/cli_generators.rst
@@ -269,12 +269,12 @@ Running this in your terminal::
269
270
> php spark make:scaffold user
271
272
-will create the following classes:
+will create the following files:
273
274
-(1) ``App\Controllers\User``;
275
-(2) ``App\Models\User``;
276
-(3) ``App\Database\Migrations\<some date here>_User``; and
277
-(4) ``App\Database\Seeds\User``.
+(1) **app/Controllers/User.php**
+(2) **app/Models/User.php**
+(3) **app/Database/Migrations/<some date here>_User.php** and
+(4) **app/Database/Seeds/User.php**
278
279
To include an ``Entity`` class in the scaffolded files, just include the ``--return entity`` to the command
280
and it will be passed to the model generator.
0 commit comments