Skip to content

rdehnhardt/var-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VAR DUMPER

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