agence-adeliom/easy-config-bundle
Symfony bundle for EasyAdmin that adds a simple configuration manager stored in the database. Manage key/value settings from your EasyAdmin dashboard, include ready-made menu entry via a trait, and read values in Twig with easy_config().
3.x) may conflict with legacy Symfony versions (e.g., 5.x).5.x or lower (or use 2.x branch).doctrine:migration:diff and migrate (or manual schema update).config/packages/easy_config.yaml (if provided by bundle).services.yaml).| Failure Scenario | Impact | Mitigation |
|---|---|---|
| Database downtime | Configs unavailable | Fallback to static configs or cache. |
| Schema migration failure | Broken config system | Backup DB before migrations. |
| EasyAdmin bundle conflict | Admin panel breaks | Isolate bundle in test env first. |
| Permission misconfigurations | Unauthorized config edits | Role-based access controls in EasyAdmin. |
| Config corruption | Invalid app behavior | Schema validation, backups. |
How can I help you explore Laravel packages today?