restart
This commit is contained in:
@@ -8,10 +8,14 @@ return [
|
||||
'domain' => '',
|
||||
|
||||
// Redirect to this route after login
|
||||
'redirectTo' => 'home',
|
||||
'redirectTo' => 'Admin.home',
|
||||
|
||||
// Backend locale
|
||||
'locale' => config('app.locale'),
|
||||
|
||||
'logs' => true,
|
||||
|
||||
// When set to true, allows admins to view the site as a user of their choice
|
||||
'allowImpersonate' => false,
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user