Flutterwave / PHP-v3

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

missing vendor autoload file #72

Open tohzyn opened 1 month ago

tohzyn commented 1 month ago

Have you read our Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect.

Description

the vendor folder for the autoloading is missing

Steps to Reproduce

Expected behaviour

expected to load the required classes and files.

Actual behaviour

Warning: require(C:\Users\Tohzyn\localhost\htdocs\schoolf-one -fusis\school-one\flw-payments/vendor/autoload.php): Failed to open stream: No such file or directory in Fatal error: Uncaught Error: Failed opening required

Reproduces how often

Everytime

Configuration

Additional Information

if vendor file is not present, notify developer to run composer install.

require DIR.'/vendor/autoload.php';