Skip to content

Commit

Permalink
allow changing of sqlite db path
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Dec 6, 2017
1 parent 3b53f88 commit 0c61c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Expand Up @@ -23,7 +23,7 @@

'sqlite' => [
'driver' => 'sqlite',
'database' => storage_path('db.sqlite'),
'database' => env('DB_PATH', storage_path('db.sqlite')),
'prefix' => '',
],

Expand Down

0 comments on commit 0c61c9a

Please sign in to comment.