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 414d7c3 + 17fbc4a commit cddac3fCopy full SHA for cddac3f
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