Laravel - Composer安装不会在供应商目录中创建“autoload.php”文件

I have a problem setting up an existing project on my local environment.

The composer install command is running smoothly BUT no autoload.php file is created.

composer update didn't solve the problem.

Any help would be appreciated.