Support the ongoing development of Laravel.io →
posted 10 years ago
Requests
Last updated 2 years ago.
0

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

Last updated 2 years ago.
0

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

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.