
Multiple DB Connections in Laravel
This article is about using databases with different data, not necessary for load balancing (or connection pooling) between databases. Here is how to run more than one database connection. We have our default connection still set to mysql. This means that, unless we specify otherwise, the application will use thet mysql connection.
laravel multiple databases laravel laravel multiple db laravel multi database