flame / service-debugbar
Nette panel extension - show configured services.
dev-master
2013-01-04 09:46 UTC
Requires
- php: >=5.3.2
- nette/nette: *
This package is not auto-updated.
Last update: 2024-10-26 13:39:33 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
...