当我尝试运行我的项目时,它会下载一个包含以下代码的文件。我不知道这背后的原因是什么。请指导我解决这个问题
<?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @author
Taylor Otwell <taylor@laravel.com>
*/
/*
|--------------------------------------------------------------------------
|
Register The Auto Loader
|--------------------------------------------------------------------------
|
|
Composer provides a convenient, automatically generated class loader for
| our application.
We just need to utilize it! We'll simply require it
| into the script here so that we don't
have to worry about manual
| loading any of our classes later on.
It feels nice to …
Run Code Online (Sandbox Code Playgroud)