fix: update axios, move env() to config, cache config/routes/events/filament

This commit is contained in:
root
2026-05-21 16:23:56 +02:00
parent 1fe8d10c90
commit a07d216635
5 changed files with 218 additions and 549 deletions
+4
View File
@@ -62,6 +62,10 @@ return [
'password_reset_token_time' => env('PASSWORD_RESET_TOKEN_TIME', 15),
'badges' => [
'path' => env('BADGE_PATH', 'badges'),
],
'paypal' => [
'mode' => env('PAYPAL_MODE', 'sandbox'),
'sandbox' => [