flame/service-debugbar

Nette panel extension - show configured services.

Maintainers

Package info

github.com/flame-org/Service-DebugBar

Homepage

Issues

pkg:composer/flame/service-debugbar

Statistics

Installs: 90

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-02-28 19:36:17 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
		...