Rdehnhardt Var Dumper Save

Dumper based on Laravel for non Laravel projects.

Project README

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);
Open Source Agenda is not affiliated with "Rdehnhardt Var Dumper" Project. README Source: rdehnhardt/var-dumper
Stars
30
Open Issues
0
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating