File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ An extensive Laravel plugin system that provides automatic registration of route
1111- ** View Integration** - Seamless integration with Laravel views and Livewire Volt
1212- ️ ** Config Management** - Automatic configuration loading and merging
1313- ** Plugin Generator** - Artisan command to create new plugins with boilerplate code
14- - 📊 ** Health Monitoring** - Real-time plugin health monitoring with metrics, alerts, and automatic recovery
15- - 🔍 ** Performance Tracking** - Monitor memory usage, execution time, error rates, and database queries
16- - 🚨 ** Alert System** - Multi-channel alerts (log, email, Slack) for plugin issues
17- - 🛠️ ** Health Commands** - Artisan commands for health checks and error management
14+ - ** Health Monitoring** - Real-time plugin health monitoring with metrics, alerts, and automatic recovery
15+ - ** Performance Tracking** - Monitor memory usage, execution time, error rates, and database queries
16+ - ** Alert System** - Multi-channel alerts (log, email, Slack) for plugin issues
17+ - ** Health Commands** - Artisan commands for health checks and error management
1818
1919## Installation
2020
@@ -77,12 +77,6 @@ return [
7777 'channel' => '#alerts',
7878 ],
7979 ],
80-
81- 'auto_recovery' => [
82- 'enabled' => false,
83- 'max_attempts' => 3,
84- 'recovery_actions' => ['restart', 'clear_cache'],
85- ],
8680 ],
8781];
8882```
You can’t perform that action at this time.
0 commit comments