Commit cd0a9020 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3698 from dakira/master

[5.2] Allow for setting sqlite database via env
parents 1c43882c eb7743f5
......@@ -48,7 +48,7 @@ return [
'sqlite' => [
'driver' => 'sqlite',
'database' => database_path('database.sqlite'),
'database' => env('DB_DATABASE', database_path('database.sqlite')),
'prefix' => '',
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment