An open API service indexing awesome lists of open source software.

https://github.com/jvitasek/dumpanddie

☠️ DumpAndDie: Laravel's dd function ported to Nette Tracy
https://github.com/jvitasek/dumpanddie

nette tracy-debugger

Last synced: 5 months ago
JSON representation

☠️ DumpAndDie: Laravel's dd function ported to Nette Tracy

Awesome Lists containing this project

README

          

# DumpAndDie: Laravel dd() function in Tracy

[![Total Downloads](https://poser.pugx.org/jvitasek/dumpanddie/downloads)](//packagist.org/packages/jvitasek/dumpanddie)
[![Version](https://poser.pugx.org/jvitasek/dumpanddie/version)](//packagist.org/packages/jvitasek/dumpanddie)

dd() is a function in Laravel used to dump one or more variables and die. This is the implementation supporting this functionality in the Tracy Panel (from Nette Framework debugger).

## Installation
The best way to install jvitasek/DumpAndDie is using [Composer](http://getcomposer.org/):
```sh
$ composer require jvitasek/dumpanddie
```

## Usage in browser

```php