Package Data | |
---|---|
Maintainer Username: | rdehnhardt |
Maintainer Contact: | renatotkd@gmail.com (Renato Dehnhardt) |
Package Create Date: | 2017-03-17 |
Package Last Update: | 2020-06-25 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:13:30 |
Package Statistics | |
---|---|
Total Downloads: | 34,130 |
Monthly Downloads: | 15 |
Daily Downloads: | 0 |
Total Stars: | 28 |
Total Watchers: | 4 |
Total Forks: | 6 |
Total Open Issues: | 0 |
This package enable dd() function for projects without laravel.
Run the following command to get the latest version package
composer require rdehnhardt/var-dumper --dev
dd($yourVar);
OR
dd($yourVar1, $yourVar2, .., $yourVarN);