What is the default database connection used by Laravel?

What is the default database connection used by Laravel?

a) PostgreSQL
b) MongoDB
c) SQLite
d) MySQL

Answer:

d) MySQL

Explanation:

Laravel uses MySQL as its default database connection, but it can also support other databases like PostgreSQL, SQLite, and SQL Server.

Reference:

Laravel Quiz – MCQ – Multiple Choice Questions

Scroll to Top