Laravel - Database Basics and Migrations
Which file in a Laravel project typically holds the database connection settings?
.env file to store environment-specific settings like database credentials.routes/web.php and config/app.php do not hold database connection details..env file holds database connection settings -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions