flame / service-debugbar
Nette panel extension - show configured services.
Installs: 90
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/flame/service-debugbar
Requires
- php: >=5.3.2
- nette/nette: *
This package is not auto-updated.
Last update: 2025-10-11 18:03:57 UTC
README
#ServicePanel
[DEPRECATED] Panel for Nette 2.0 which shows list of all available services
##Installation: Insert the following code into config.neon
nette:
debugger:
bar:
- Flame\Diagnostics\ServicePanel\ServicePanel
NETTE has got own session debug bar ###Activation In config.neon
nette:
session:
debugger: true
expiration: 14 days
autoStart: smart
...