📅  最后修改于: 2022-03-11 14:54:05.245000             🧑  作者: Mango
The error is due to missing vendor folder.
You just need to run `composer install` in the project directory which will
create a folder named vendor which will have all composer libraries and
`autoload.php` file.