[Solved] Get data from URL using PHP


Why you used the php CURL to http request.

You can use the laravel HTTP client.

You can see: https://laravel.com/docs/8.x/http-client#making-requests

1

solved Get data from URL using PHP