安装的时候,出现这个问题啊
来源:3-3 使用Composer安装Laravel

慕村5577995
2017-08-20
写回答
1回答
-
卖梳子的鲤鱼
2017-08-20
会不会是生成项目的时候你中断了?还是中途网络掉了?
全部删了重新安装比较好
或者这个文件我放这里了。。。
<?php
define('LARAVEL_START', microtime(true));
/*
|--------------------------------------------------------------------------
| Register The Composer Auto Loader
|--------------------------------------------------------------------------
|
| Composer provides a convenient, automatically generated class loader
| for our application. We just need to utilize it! We'll require it
| into the script here so we do not have to manually load any of
| our application's PHP classes. It just feels great to relax.
|
*/
require __DIR__.'/../vendor/autoload.php';012017-08-22
相似问题