- Add DependencyInjection/KimaiHeatmapExtension to load services.yaml - Register bundle as tagged PluginInterface service so PluginManager finds it - Exclude recursive symlink path from Kimai's autoloader classmap - Bump PHP memory_limit to 1G for Kimai cache warmup Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
110 B
YAML
3 lines
110 B
YAML
services:
|
|
KimaiPlugin\KimaiHeatmapBundle\KimaiHeatmapBundle:
|
|
tags: ['App\Plugin\PluginInterface']
|