Closed jancinert closed 7 years ago
There is a problem, relative path in require statement is not resolved to root directory of the module.
require 'vendor/autoload.php'; -> require __DIR__.'/vendor/autoload.php';
should be fixed now
There is a problem, relative path in require statement is not resolved to root directory of the module.