From e5d5fec5f782e6abf8628f3e1d11a8cbbe70a677 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sun, 30 Mar 2025 20:39:33 +0100 Subject: Setup workbench --- workbench/bootstrap/app.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 workbench/bootstrap/app.php (limited to 'workbench/bootstrap/app.php') diff --git a/workbench/bootstrap/app.php b/workbench/bootstrap/app.php new file mode 100644 index 0000000..f8806ca --- /dev/null +++ b/workbench/bootstrap/app.php @@ -0,0 +1,18 @@ +withRouting( + web: __DIR__.'/../routes/web.php', + ) + ->withMiddleware(function (Middleware $middleware) { + // + }) + ->withExceptions(function (Exceptions $exceptions) { + // + })->create(); -- cgit v1.2.3