问题
I'm unable to accept post request in Laravel because of following exception
BindingResolutionException in Container.php line 819:
Unresolvable dependency resolving [Parameter #0 [ <required> $method ]] in class GuzzleHttp\Psr7\Request
Before occurance of this error I just made routes for authentication,
php artisan make:auth
I'm using Laravel 5.4, PHP 5.6.25, Apache 2.4.23
Thanks in anticipation
来源:https://stackoverflow.com/questions/42808138/laravel-bindingresolutionexceptionunresolvable-dependency-resolving-parameter