There is a running JSON RPC server on the same machine of the Laravel project.
I need to get information via an API it provides on port 3333. (localhost)
What is the best way to call that API with Laravel?
@martinbean Thank you, I think it's the Controller in my case. Just wasn't sure if that's an appropriate location or there's a special folder for this one.