allow changing of sqlite db path
This commit is contained in:
@@ -23,7 +23,7 @@ return [
|
||||
|
||||
'sqlite' => [
|
||||
'driver' => 'sqlite',
|
||||
'database' => storage_path('db.sqlite'),
|
||||
'database' => env('DB_PATH', storage_path('db.sqlite')),
|
||||
'prefix' => '',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user