rdehnhardt/var-dumper
Dumper based on Laravel for non Laravel projects.
34,875
28
| Install | |
|---|---|
composer require rdehnhardt/var-dumper |
|
| Latest Version: | 1.3.0 |
| License: | MIT |
| Last Updated: | Jun 25, 2020 |
| Links: | GitHub · Packagist |
Maintainer: rdehnhardt
VAR DUMPER
This package enable dd() function for projects without laravel. Also d() and dump() function when is not necessary stop running the code.
Installation
Run the following command to get the latest version package
composer require rdehnhardt/var-dumper --dev
Usage
dd($yourVar);
OR
dd($yourVar1, $yourVar2, .., $yourVarN);
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
614,907,009
9,702