

























protected $middleware = [ // \App\Http\Middleware\TrustHosts::class, \App\Http\Middleware\TrustProxies::class, \Illuminate\Http\Middleware\HandleCors::class, /** Uncomment PreventRequestsDuringMaintenance ony if you need it */ //\App\Http\Middleware\PreventRequestsDuringMaintenance::class, /** Comment out ValidatePostSize if handled by infrastructure (e.g., Nginx: client_max_body_size 110M; PHP: post_max_size=105M, upload_max_filesize=100M) */ \Illuminate\Foundation\Http\Middleware\ValidatePostSize::class, //\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class, ];
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。