mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-03-14 02:13:17 +00:00
🚀 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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user