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 1c43882 + eb7743f commit cd0a902Copy full SHA for cd0a902
config/database.php
@@ -48,7 +48,7 @@
48
49
'sqlite' => [
50
'driver' => 'sqlite',
51
- 'database' => database_path('database.sqlite'),
+ 'database' => env('DB_DATABASE', database_path('database.sqlite')),
52
'prefix' => '',
53
],
54
0 commit comments