xerobug/dump-die

Dump Die package based on symfony/var-dumper.

dev-main 2022-01-14 08:39 UTC

This package is not auto-updated.

Last update: 2024-05-18 18:07:10 UTC


README

Dump Die package based on symfony/var-dumper.

Best dumping practises from Symfony and Yii2 frameworks.

The basic is idea of Yii2 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 xerobug/dump-die --dev-main

Usage

dd($variable);