Download the PHP package ivoba/dump-die-shortcuts without Composer
On this page you can find all versions of the php package ivoba/dump-die-shortcuts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dump-die-shortcuts
d($var); dd($var); shortcut functions for symfony's VarDumper component
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
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
one function package ;) npm style...
All versions of dump-die-shortcuts with dependencies
PHP Build Version
Package Version
The package ivoba/dump-die-shortcuts contains the following files
Loading the files please wait ....