rdehnhardt/var-dumper

Dumper based on Laravel for non Laravel projects.

1.3.0 2018-08-03 11:13 UTC

This package is auto-updated.

Last update: 2024-03-25 16:08:39 UTC


README

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