withRouting( web: __DIR__.'/../routes/web.php', health: '/up', ) ->withMiddleware(function (Middleware $middleware): void { $middleware->trustProxies(at: '*'); }) ->withExceptions(function (Exceptions $exceptions): void { // Laravel's default exception rendering is enough for this small app. })->create();