first init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Active role behaviour (role context lives on roles.context in DB)
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'prefer_member_on_login' => (bool) env('ACTIVE_ROLE_PREFER_MEMBER', true),
|
||||
|
||||
'member_redirect' => env('ACTIVE_ROLE_MEMBER_REDIRECT', '/profile'),
|
||||
|
||||
'admin_redirect' => env('ACTIVE_ROLE_ADMIN_REDIRECT', '/profile'),
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user