first init

This commit is contained in:
ISMAIL MASSERAN
2026-06-08 11:37:14 +08:00
commit 94ecbe5887
1058 changed files with 87732 additions and 0 deletions
+17
View File
@@ -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'),
];