Laravel - Database Basics and Migrations
In Laravel, which configuration file defines the database connections and their settings?
config/database.php file contains the array of database connections and their settings.config/mail.php is for mail settings, and service providers or views do not hold database configs.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions