add error page

This commit is contained in:
Romulus21
2026-05-27 11:11:51 +02:00
parent ccd7934bb8
commit d0b7c9872b
2 changed files with 63 additions and 0 deletions
+4
View File
@@ -19,6 +19,10 @@ class DelegateAuthServiceProvider extends ServiceProvider
__DIR__.'/../config/delegate-auth.php' => config_path('delegate-auth.php'),
], 'delegate-auth-config');
$this->publishes([
__DIR__.'/../resources/views/errors/401.blade.php' => resource_path('views/errors/401.blade.php'),
], 'delegate-auth-views');
$this->loadRoutesFrom(__DIR__.'/../routes/web.php');
if ($this->app->runningInConsole()) {