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.
2 parents b62d520 + cddac3f commit abda36bCopy full SHA for abda36b
config/autoload/databases.php
@@ -30,7 +30,7 @@
30
'max_idle_time' => (float) env('DB_MAX_IDLE_TIME', 60),
31
],
32
'commands' => [
33
- 'db:model' => [
+ 'gen:model' => [
34
'path' => 'app/Model',
35
'force_casts' => true,
36
'inheritance' => 'Model',
0 commit comments