Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git was not found in your PATH, skipping source download

Tags:

composer-php

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

git was not found in your PATH, skipping source download

like image 827
ismaildev.com Avatar asked Dec 20 '25 18:12

ismaildev.com


2 Answers

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.

like image 58
Adonis Imperial Avatar answered Dec 24 '25 10:12

Adonis Imperial


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

like image 40
DAVID AJAYI Avatar answered Dec 24 '25 12:12

DAVID AJAYI



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!