functions dump-die-shortcuts
Shortcut functions for symfony VarDumper component
ivoba/dump-die-shortcuts
Shortcut functions for symfony VarDumper component
- Wednesday, November 8, 2017
- by ivoba
- Repository
- 1 Watchers
- 3 Stars
- 21 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 5 % Grown
d($var); dd($var); shortcut functions for symfony's VarDumper component
, (*1)
Though this functions were rejected by symfony core team, it will probably still save tons of keystrokes around the world.
Also see: https://github.com/ivoba/dump-die, (*2)
Installation
composer require ivoba/dump-die-shortcuts --dev
Usage
d($var); // shortcut for dump($var);
dd($var); // shortcut for dump_die($var);
Credits
https://github.com/symfony/symfony/pull/13657
https://github.com/symfony/symfony/pull/17267
https://github.com/symfony/symfony/pull/19096, (*3)
one function package ;) npm style..., (*4)