ammonvictor
ammonvictor

Reputation: 95

Is there a MariaDB, Laravel 5.4 connector

  1. Is there a package I can download and load?
  2. If not what would be the best way to connect MariaDB to Laravel 5.4?

Upvotes: 3

Views: 2277

Answers (1)

Josh Bolton
Josh Bolton

Reputation: 768

The default MySql connection can be used to connect to MariaDB. You can see the following answer for clarification: How to configure MariaDB in Laravel 5?

However, it seems as simple as configuring the MySql connection as if it were MariaDB.

Upvotes: 2

Related Questions