Add storage configuration, localization updates, and feed generation

- Added `publicDisk` configuration to `filesystems.php`.
- Expanded locale translations in `es.json` and `de.json`.
- Implemented RSS, Atom, and JSON feed views.
- Added `feed.php` configuration for feed generation.
- Introduced `ImageController` for image handling.
- Updated application routing to include `api.php`.
This commit is contained in:
HolgerHatGarKeineNode
2025-11-21 16:23:55 +01:00
parent d12ea30d5e
commit efe44cf344
31 changed files with 2493 additions and 208 deletions

View File

@@ -12,16 +12,22 @@
"php": "^8.2",
"akuechler/laravel-geoly": "^1.0",
"druc/laravel-langscanner": "^2.3",
"ezadr/lnurl-php": "^1.0",
"laravel/framework": "^12.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.10.1",
"league/glide": "^3.0",
"livewire/flux": "^2.2",
"livewire/flux-pro": "^2.2",
"livewire/volt": "^1.7.0",
"outhebox/blade-flags": "^1.5",
"simplesoftwareio/simple-qrcode": "^4.2",
"spatie/icalendar-generator": "^3.1",
"spatie/laravel-ciphersweet": "^1.7",
"spatie/laravel-feed": "^4.4",
"spatie/laravel-markdown": "^2.7",
"spatie/laravel-medialibrary": "^11.13",
"spatie/laravel-model-status": "^1.18",
"spatie/laravel-permission": "^6.20",
"spatie/laravel-sluggable": "^3.7",
"spatie/laravel-tags": "^4.10",