Download the PHP package man-85/yii2-dumper without Composer
On this page you can find all versions of the php package man-85/yii2-dumper. 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 yii2-dumper
Debugging shortcut for Yii2
This package wrap VarDumper::dump() to d(), dd() functions as a shortcut.
Installation
Install With Composer
The preferred way to install this extension is through composer.
Either run
Or, you may add
to the require section of your composer.json
file and execute php composer.phar update
.
Install From the Archive
Download the latest release from here releases, then extract it to your project.
Usage
Since for the sake of Simplicity and Quick Development, I’ve created a helper for those who use Yii. You can just call dd($var1); for dump & die or d($var1); for dump data.
All versions of yii2-dumper with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0.14
The package man-85/yii2-dumper contains the following files
Loading the files please wait ....