What are available databases supported by Laravel?

Photo by KOBU Agency on Unsplash

What are available databases supported by Laravel?

Laravel supports various databases through its database abstraction layer called Eloquent ORM (Object-Relational Mapping). Laravel provides support for the following database management systems:

  1. MySQL

  2. MariaDB

  3. PostgreSQL

  4. SQLite

  5. SQL Server