| 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: | 2025-11-02 15:10:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 34,635 |
| Monthly Downloads: | 17 |
| Daily Downloads: | 0 |
| Total Stars: | 28 |
| Total Watchers: | 3 |
| 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);