PHP icon indicating copy to clipboard operation
PHP copied to clipboard

missing vendor autoload file

Open tohzyn opened this issue 1 year ago • 1 comments

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';

tohzyn avatar May 21 '24 12:05 tohzyn

How exactly to get the missing vendor folder and it included files. Please be expicit.

infomas6 avatar Dec 29 '24 09:12 infomas6