diff --git a/bootstrap/app.php b/bootstrap/app.php index 7be05339..20cb058f 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -30,6 +30,7 @@ return Application::configure(basePath: dirname(__DIR__)) $middleware->trustProxies(at: [ '10.0.0.0/8', + '127.0.0.0/8', '172.16.0.0/12', '192.168.0.0/12', ]);