repo/dd

A simple die and dump implementation

1.1 2018-06-05 09:02 UTC

This package is not auto-updated.

Last update: 2024-09-18 20:35:01 UTC


README

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