rdehnhardt / var-dumper by rdehnhardt

Dumper based on Laravel for non Laravel projects.
34,130
28
4
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

VAR DUMPER

This package enable dd() function for projects without laravel.

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);