You could try this package for more advanced requests:
https://packagist.org/packages/unikent/curl
But if you need just a simple request you can always try plain:
$contents = File::get("http://example.com/path/to/file.html")
Note, this will require http fopen wrapper enabled in your PHP
marekmurawski said:
You could try this package for more advanced requests:
https://packagist.org/packages/unikent/curl
But if you need just a simple request you can always try plain:
$contents = File::get("http://example.com/path/to/file.html")
Note, this will require http fopen wrapper enabled in your PHP
thank you
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community