Move redirect configs into phpvms config
This commit is contained in:
@@ -15,6 +15,16 @@ return [
|
||||
*/
|
||||
'installed' => env('PHPVMS_INSTALLED', false),
|
||||
|
||||
/*
|
||||
* Where to redirect after logging in
|
||||
*/
|
||||
'login_redirect' => '/dashboard',
|
||||
|
||||
/*
|
||||
* Where to redirect after registration
|
||||
*/
|
||||
'registration_redirect' => '/profile',
|
||||
|
||||
/*
|
||||
* The ISO "Currency Code" to use, the list is in config/money.php
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user