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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user