add error page
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user