ixudra / curl

Custom PHP curl library for the Laravel 5 framework - developed by Ixudra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call to undefined method Ixudra\Curl\Builder::withResponseHeaders()

smartyaunt opened this issue · comments

$response = \Ixudra\Curl\Facades\Curl::to($url)
->withResponseHeaders()
->returnResponseObject()
->get();

I get error
-----Call to undefined method Ixudra\Curl\Builder::withResponseHeaders()

lumen composer.json "ixudra/curl": "^6.11"
please help me bro

Please check which version you have installed. This feature was added in v6.16.0 (latest version). If yours doesn't match, run composer update.

@elimentz NIce bro, it work, thanks