env('APP_TRUSTED_PROXIES') !== null ? explode(env('APP_TRUSTED_PROXIES'), ',') : '*', /* * Or, to trust all proxies, uncomment this: */ # 'proxies' => '*', ];