Flutterwave / PHP-v3

PHP Library for Flutterwave v3 APIs
MIT License
18 stars 17 forks source link

Vendor Directory missing #59

Closed Ignatiuszulujr closed 1 year ago

Ignatiuszulujr commented 1 year ago

The vendor folder is missing here. Getting this error: Warning: require(C:\xampp\htdocs\Name\Payments/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\Payfee\Payments\processPayment.php on line 5

Abraham-Flutterwave commented 1 year ago

Hi @Ignatiuszulujr

Thank you for choosing flutterwave.

if you have cloned or forked the repo kindly run composer install in your (C:\xampp\htdocs\Name\Payments/) root directory.

it should automatically create the vendor folder.