Is there any way to use eloquent addSelect with different database on a different server in Laravel?
A table called api_call_data is being used in a seperate database (done by the original code author, not me) which is located in another server in our Laravel project (I can't move the table). Due to that, the original query…