update laravel to v12 and filament to v3.3

This commit is contained in:
xiaomlove
2025-05-03 02:07:59 +07:00
parent 578ec3a6fc
commit 50bbbf16b3
16 changed files with 1124 additions and 1507 deletions

View File

@@ -128,6 +128,7 @@ return array (
'login_secret_lifetime' => '10',
'login_secret_deadline' => '2021-02-03 18:55:46',
'login_secret' => '8e19c6a796602bda113fb2f5bc9da2b0',
'use_challenge_response_authentication' =>'yes',
),
'authority' =>
array (
@@ -454,4 +455,7 @@ return array (
'is_invite_pre_email_and_username' => 'No',
'access_admin_class_min' => User::CLASS_ADMINISTRATOR,
],
'permission' => [
'user_token_allowed' => \App\Repositories\TokenRepository::listUserTokenPermissions(false),
],
);