Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
☠️ DumpAndDie: Laravel's dd function ported to Nette Tracy
- Host: GitHub
- URL: https://github.com/jvitasek/dumpanddie
- Owner: jvitasek
- Created: 2021-04-06T16:30:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T06:17:15.000Z (over 3 years ago)
- Last Synced: 2024-12-14T20:37:42.085Z (about 1 month ago)
- Topics: nette, tracy-debugger
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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