diff --git a/config/database.php b/config/database.php index 4a084734..04e63c70 100755 --- a/config/database.php +++ b/config/database.php @@ -23,7 +23,7 @@ return [ 'sqlite' => [ 'driver' => 'sqlite', - 'database' => storage_path('db.sqlite'), + 'database' => env('DB_PATH', storage_path('db.sqlite')), 'prefix' => '', ],