PHP
PHP copied to clipboard
missing vendor autoload file
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
- API Version: v3
- Environment: test mode
- Browser: [all
- Language: PHP 8.2
Additional Information
if vendor file is not present, notify developer to run composer install.
require DIR.'/vendor/autoload.php';
How exactly to get the missing vendor folder and it included files. Please be expicit.