Files
opensem/config/boilerplate/app.php
Ludovic CANDELLIER b50f50ea62 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

16 lines
370 B
PHP

<?php
return [
// Backend routes prefix. Ex: "admin" => "http://..../admin"
'prefix' => 'admin',
// Backend domain if different as current domain. Ex: "admin.mydomain.tld"
'domain' => '',
// Redirect to this route after login
'redirectTo' => 'boilerplate.dashboard',
// Backend locale
'locale' => config('app.locale'),
];