In this tutorial I will guide you on how to use multiple databases in Laravel. Step1 — Add following in your .env file Step2 — Add following at config/database.php Step3 — Add following at app/config/database.php Specify connection during migration Specify connection in QueryBuilder S...