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
- Host: GitHub
- URL: https://github.com/jvitasek/dumpanddie
- Owner: jvitasek
- Created: 2021-04-06T16:30:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T06:17:15.000Z (about 5 years ago)
- Last Synced: 2025-09-29T12:33:33.055Z (9 months ago)
- Topics: nette, tracy-debugger
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DumpAndDie: Laravel dd() function in Tracy
[](//packagist.org/packages/jvitasek/dumpanddie)
[](//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