Get model relationship collection from another database in Laravel
I have set the connection to two databases properly. I also have created eloquent table models and I can query a single table relationship from another database easily e.g. $user->customer User model class User extends Model { protected $connection =…