Implement Trakt config loading from JSON file with ENV fallback

This commit is contained in:
Dan Jones 2025-11-16 22:52:07 -06:00
commit f19afc41f0
3 changed files with 180 additions and 11 deletions

View file

@ -37,7 +37,8 @@
"laravel-zero/framework": "^10.0",
"nunomaduro/termwind": "^1.3",
"php-ffmpeg/php-ffmpeg": "^1.0",
"spatie/laravel-data": "^2.0"
"spatie/laravel-data": "^2.0",
"xdg/base-directory": "^1.2"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",