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
@@ -62,7 +62,7 @@ class BadgeUploadResource extends Resource
public static function getFiles(): array
{
$badgePath = env('BadgePath', 'badges');
$badgePath = config('habbo.badges.path', 'badges');
$files = Storage::disk('local')->files($badgePath);
return collect($files)->map(fn ($file) => [