Skip to content

Commit 191b50b

Browse files
committed
docs: remove emojis and auto_recovery config from README
Clean up README formatting by removing emojis from feature list and deleting deprecated auto_recovery configuration section
1 parent 22e0001 commit 191b50b

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)