rdehnhardt / var-dumper
Dumper based on Laravel for non Laravel projects.
Installs: 34 122
Dependents: 4
Suggesters: 0
Security: 0
Stars: 28
Watchers: 4
Forks: 6
Open Issues: 0
Requires
- symfony/var-dumper: ~3.3
Requires (Dev)
- fzaninotto/faker: ~1.5
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
README
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);