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

https://github.com/axeldotdev/dump-die

This package give you the dd() helper from Laravel.
https://github.com/axeldotdev/dump-die

Last synced: 8 months ago
JSON representation

This package give you the dd() helper from Laravel.

Awesome Lists containing this project

README

          

# This package give you the dd() helper from Laravel.

[![Latest Version on Packagist](https://img.shields.io/packagist/v/axeldotdev/dump-die.svg?style=flat-square)](https://packagist.org/packages/axeldotdev/dump-die)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/axeldotdev/dump-die/Check%20&%20fix%20styling?label=code%20style)](https://github.com/axeldotdev/dump-die/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)
[![Total Downloads](https://img.shields.io/packagist/dt/axeldotdev/dump-die.svg?style=flat-square)](https://packagist.org/packages/axeldotdev/dump-die)

This package give you the dd() helper from Laravel.

## Installation

You can install the package via composer:

```bash
composer require axeldotdev/dump-die
```

## Usage

```php
dd($var);

d($var);
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Axel Charpentier](https://github.com/axeldotdev)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.