2017 © Pedro Peláez
 

library dd

Laravel's old school style dump library

image

maxbanton/dd

Laravel's old school style dump library

  • Monday, March 12, 2018
  • by maxbanton
  • Repository
  • 1 Watchers
  • 4 Stars
  • 2,395 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Stand With Ukraine, (*1)

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., (*2)

Requrements

PHP >= 7.1. If you still use PHP 5.5, please use [^1.0 package version](https://github.com/maxbanton/dd/tree/legacy), (*3)

Installation

Install latest version with command, (*4)

composer require --dev maxbanton/dd ^2.0

Usage

<?php
...
dd($arg1);
dd($arg1, $arg2);
...

The Versions

12/03 2018

dev-master

9999999-dev

Laravel's old school style dump library

  Sources   Download

MIT

The Requires

 

12/03 2018

1.0

1.0.0.0

Laravel's old school style dump library

  Sources   Download

MIT

The Requires

 

21/06 2016

0.2

0.2.0.0

Laravel's old school style dump library

  Sources   Download

MIT

16/06 2016

0.1

0.1.0.0

Laravel's old school style dump library

  Sources   Download

MIT