rdehnhardt / var-dumper by rdehnhardt

Dumper based on Laravel for non Laravel projects.
33,903
30
5
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-05-10 15:11:24
Package Statistics
Total Downloads: 33,903
Monthly Downloads: 54
Daily Downloads: 1
Total Stars: 30
Total Watchers: 5
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);