score:0

Accepted answer

i used php curl for communication between my laravel app and scala api, so i sent my query to the api and sent the results back to my view in laravel where the form locates.

there are couple of custom libraries to do this in laravel in my case i used ixudra/curl.


Related Query