hennell

Http\Discovery\Exception\NotFoundException: No PSR-17 request factory found. Install a package from this list: https://packagist.org/providers/psr/http-factory-implementation

laravel Icon

Http\Discovery\Exception\NotFoundException

No PSR-17 request factory found. Install a package from this list: https://packagist.org/providers/psr/http-factory-implementation

An unhandled exception occurred on line 22
19
{
20
    private static function createException($type, Exception $e)
21
    {
22
        return new \Http\Discovery\Exception\NotFoundException(
23
            'No PSR-17 '.$type.' found. Install a package from this list: https://packagist.org/providers/psr/http-factory-implementation',
24
            0,

Solution

Installed a PSR17 client - in my case:
composer require http-interop/http-factory-guzzle            
Apr 10, 2021 Anyone

0 replies


Install the browser extension

Found this solution helpful? Try our extension for quick solutions to your Laravel errors.

Chrome logo Add to Chrome - It's free