RequestsPanel icon indicating copy to clipboard operation
RequestsPanel copied to clipboard

Panel for Nette Framework DebugBar

RequestsPanel for Nette v2

Usage:

BasePresenter : use \Extras\Debug\RequestsPanel; public function startup() { parent::startup(); RequestsPanel::register(); }

Anywhere:

use \Extras\Debug\RequestsPanel; RequestsPanel::dump($variable, 'My Variable'); //label can be omitted