Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ An extensive Laravel plugin system that provides automatic registration of route
- **View Integration** - Seamless integration with Laravel views and Livewire Volt
- ️ **Config Management** - Automatic configuration loading and merging
- **Plugin Generator** - Artisan command to create new plugins with boilerplate code
- 📊 **Health Monitoring** - Real-time plugin health monitoring with metrics, alerts, and automatic recovery
- 🔍 **Performance Tracking** - Monitor memory usage, execution time, error rates, and database queries
- 🚨 **Alert System** - Multi-channel alerts (log, email, Slack) for plugin issues
- 🛠️ **Health Commands** - Artisan commands for health checks and error management
- **Health Monitoring** - Real-time plugin health monitoring with metrics, alerts, and automatic recovery
- **Performance Tracking** - Monitor memory usage, execution time, error rates, and database queries
- **Alert System** - Multi-channel alerts (log, email, Slack) for plugin issues
- **Health Commands** - Artisan commands for health checks and error management

## Installation

Expand Down Expand Up @@ -77,12 +77,6 @@ return [
'channel' => '#alerts',
],
],

'auto_recovery' => [
'enabled' => false,
'max_attempts' => 3,
'recovery_actions' => ['restart', 'clear_cache'],
],
],
];
```
Expand Down