flame/service-debugbar

Nette panel extension - show configured services.

dev-master 2013-01-04 09:46 UTC

This package is not auto-updated.

Last update: 2024-04-27 11:31:27 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
		...