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

Editing the php.ini and looking for the ;extension=zip to change it with extension=zip. Upon removing the semi-colon (;), my problem was solved.
If you have a similar error like:
In GitDownloader.php line 82:
git was not found in your PATH, skipping source download
Locate your php.ini configuration file.
For example C:\xampp\php look for the zip extension line and uncomment it (remove the semi-colon) behind it. It looks like extension=zip.
That's all
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With