上传后出现Laravel错误

上传后出现Laravel错误,laravel,upload,server,Laravel,Upload,Server,我上传项目后出现错误 警告:第53行/wwwroot/public/index.php中的输入“\”(ASCII=92)state=1中存在意外字符 分析错误:语法错误,中出现意外的T_字符串 /第53行的wwwroot/public/index.php 您的服务器运行的php版本可能重复?它可能不支持名称空间。 $kernel = $app->make('Illuminate\Contracts\Http\Kernel'); $request = Illuminate\Http\Requ

我上传项目后出现错误

警告:第53行/wwwroot/public/index.php中的输入“\”(ASCII=92)state=1中存在意外字符

分析错误:语法错误,中出现意外的T_字符串 /第53行的wwwroot/public/index.php


您的服务器运行的php版本可能重复?它可能不支持名称空间。
$kernel = $app->make('Illuminate\Contracts\Http\Kernel');
$request = Illuminate\Http\Request::capture();
$response = $kernel->handle($request);

$response->send();
$kernel->terminate($request, $response);