Laravel Multiple Database Connections
Hi devs, in this quick tip, i’ll show you how to add multiple database connections to your laravel project. let’s see how we can do this. First, add second database connection variable in .env file. Next, define database connection in config/database.php file. Now, we are done with configuration. We ...