This commit is contained in:
Ludovic CANDELLIER
2022-11-11 13:05:40 +01:00
parent f89acd9399
commit 7df2421373
104 changed files with 1212 additions and 764 deletions

View File

@@ -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,
];