mp091689/dump-die

Dump Die package based on symfony/var-dumper.

Installs: 15 090

Dependents: 6

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 1

Type:extension

V1.0.2 2017-09-17 05:39 UTC

This package is auto-updated.

Last update: 2024-03-26 17:50:28 UTC


README

Dump Die package based on symfony/var-dumper.

Best dumping practises from Symfony and Laravel frameworks.

The basic is idea of Laravel to combine two methods dump() and die() together.

In this package we've used pretty dark dump() method from Symfony.___

Installation

The preferred way to install this extension is through composer.

Either run

composer require mp091689/dump-die --dev

Usage

dd($variable);

dd($variable1, $variable2, ..);