1.

How to change your default database type in Laravel?

Answer»

Please UPDATE 'default' => ENV('DB_CONNECTION', 'mysql'), in config/database.php. Update MySQL as a database whatever you WANT.



Discussion

No Comment Found