How to change your default database type in Laravel?
Please update 'default' => env('DB_CONNECTION', 'mysql'),
in config/database.php
. Update MySQL as a database whatever you want.
BY Best Interview Question ON 15 Feb 2019