diff --git a/config/database.php b/config/database.php index b42d9b3..9e679da 100644 --- a/config/database.php +++ b/config/database.php @@ -15,7 +15,7 @@ return [ | */ - 'default' => env('DB_CONNECTION', 'mysql'), + 'default' => env('DB_CONNECTION', 'sqlite'), /* |--------------------------------------------------------------------------