🚀 Add Nostr profile job, Hungarian translations, and Horizon integration

- Introduced `FetchNostrProfileJob` for retrieving and updating user Nostr profiles.
- Added Hungarian translations (`auth.php`, `passwords.php`, `validation.php`, and others) for improved localization.
- Integrated Laravel Horizon for enhanced queue management (`HorizonServiceProvider` added, `composer.json` updated).
- Updated German and Spanish language files to fix duplicate keys.
- Minor route addition for testing Nostr profile job dispatch.
This commit is contained in:
HolgerHatGarKeineNode
2025-11-24 00:38:37 +01:00
parent bf14c1d89c
commit 8c1923f826
18 changed files with 1836 additions and 384 deletions

View File

@@ -14,6 +14,7 @@
"druc/laravel-langscanner": "^2.3",
"ezadr/lnurl-php": "^1.0",
"laravel/framework": "^12.0",
"laravel/horizon": "^5.40",
"laravel/nightwatch": "^1.18",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.10.1",
@@ -36,6 +37,7 @@
"spatie/laravel-tags": "^4.10",
"staudenmeir/eloquent-has-many-deep": "^1.21",
"stefro/laravel-lang-country": "^4.1",
"swentel/nostr-php": "^1.9",
"woodsandwalker/laravel-countries": "^1.5"
},
"require-dev": {