How to solve composer - No composer.json in current directory when installing guzzlehttp
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=hit7dA7lIko
I create new folder, then installing guzzlehttp inside the folder. But i get a response:
No composer.json in current directory, do you want to use the one at /var/www/html? [Y,n]?
to solve this issue, just switch command:
composer install to composer require.