feat: add Laravel Horizon for queue monitoring and management

- Install Horizon package and configure with default settings
- Add HorizonServiceProvider with access gate for super_admin role only
- Integrate Horizon dashboard link into Filament admin panel navigation
- Update composer dependencies including Horizon and related package updates
This commit is contained in:
Jp
2026-02-12 16:29:30 +08:00
parent a8ad07676a
commit a80e9a7b1c
5 changed files with 315 additions and 15 deletions

View File

@@ -13,6 +13,7 @@
"bezhansalleh/filament-shield": "^3.2",
"filament/filament": "^3.2",
"laravel/framework": "^11.9",
"laravel/horizon": "^5.44",
"laravel/tinker": "^2.9",
"livewire/livewire": "^3.4",
"livewire/volt": "^1.0",