You should use
$this->client = new GuzzleClient(['defaults' => [
'verify' => false
]]);
i.e. a Boolean false, not the string ‘false’
Программирование Highload PHP, Laravel, Backend, MySQL, Docker
You should use
$this->client = new GuzzleClient(['defaults' => [
'verify' => false
]]);
i.e. a Boolean false, not the string ‘false’