withRouting( web: __DIR__.'/../routes/web.php', commands: __DIR__.'/../routes/console.php', channels: __DIR__.'/../routes/channels.php', health: '/up', ) ->withMiddleware(function (Middleware $middleware) { $middleware->validateCsrfTokens (except: [ "ap/v1/*", ]); $middleware->alias (["update_online" => UpdateOnlineUserMiddleware::class]); }) ->withExceptions(function (Exceptions $exceptions) { // })->create();