call to undefined function GuzzleHttp\Psr7\build_query() #3614
-
First of all I would like to say sorry if this is not the right place to ask question. I found similar problem here on github but it did not solve my problem. Everything works like charm i have checked the data. The data is coming is also fine. But when it reaches to build_query(). It throws the exception that its undefined function but it was working fine before there was no issue. Here is my composer.json file
I dont know what else i should share. Kindly ask me if you need anything. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Laravel Nova doesn't use Guzzle anywhere in its own codebase. I would suggest checking on Laravel Framework or any 3rd party packages that may require it. |
Beta Was this translation helpful? Give feedback.
Laravel Nova doesn't use Guzzle anywhere in its own codebase. I would suggest checking on Laravel Framework or any 3rd party packages that may require it.