/dd

A simple die and dump implementation

Primary LanguagePHP

dd

A simple die and dump implementation

Install

Run composer require repo/dd

Usage

d($var) - Outputs the variable content in a <pre> wrapper

dd($var) - Outputs the variable content in a <pre> wrapper and stops the script