It looks like the expectation of the path to vendor is wrong. Replacing with require_once __DIR__ . '/../vendor/autoload.php'; with require_once __DIR__ . '/..
確定! 回上一頁