public/index.php line 5
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};Request::setTrustedProxies(// trust *all* requests (the 'REMOTE_ADDR' string is replaced at// run time by $_SERVER['REMOTE_ADDR'])['127.0.0.1', 'REMOTE_ADDR'],// if you're using ELB, otherwise use a constant from aboveRequest::HEADER_X_FORWARDED_AWS_ELB);