withRouting( web: __DIR__.'/../routes/web.php', commands: __DIR__.'/../routes/console.php', health: '/up', ) ->withCommands([ \App\Module\Test\Commands\TestCommands::class ]) ->withMiddleware(function (Middleware $middleware) { // $middleware->validateCsrfTokens(except: [ '*' ]); }) ->withExceptions(function (Exceptions $exceptions) { // })->create();