The Wayback Machine - https://web.archive.org/web/20201022061457/https://github.com/maxbanton/dd
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

Dump and die function

Very useful for var_dump - like debuggind. Inspired by old school Laravel function. It is particularly convenient to debug console applications, there is no unnecessary HTML code in your terminal.

Requrements

PHP >= 7.1. If you still use PHP 5.5, please use ^1.0 package version

Installation

Install latest version with command

composer require --dev maxbanton/dd ^2.0

Usage

<?php
...
dd($arg1);
dd($arg1, $arg2);
...
You can’t perform that action at this time.