snake-aas / bardump-shortcut
Nette framework shortcut for Nette\Diagnostics\Debugger::barDump function
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/snake-aas/bardump-shortcut
Requires
- php: >= 5.3.13
- nette/nette: >= 2.0.10
This package is not auto-updated.
Last update: 2022-02-01 12:26:33 UTC
README
Nette framework shortcut for Nette\Diagnostics\Debugger::barDump function
Requirements
BarDump shortcut requires PHP 5.3.13 or later and Nette Framework 2.0.10 or later.
Installation
The best way to install is using Composer:
composer require snake-aas/bardump-shortcut
Usage
Just call function bardump($args) and the content of a variable will be printed into Nette DebugBar. You can print more variables at once. In that case just divide variables with comma.