I am using laravel 9.
when I write this command "composer require bonecms/laravel-captcha"
I got error given below
In GitDownloader.php line 77:
git was not found in your PATH, skipping source download
At the same time when I run this project I found error given below
wanted to use
bonecms/laravel-captcha
2
Answers
You should use
--prefer-dist
for installation, Try:Alternatively you can try:
And then:
If you have a similar error like:
Locate your php.ini configuration file.
For example
C:xamppphp
look for the zip extension line and uncomment it (remove the semi-colon) behind it. It looks likeextension=zip
.That’s all