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.
- Host: GitHub
- URL: https://github.com/axeldotdev/dump-die
- Owner: axeldotdev
- License: mit
- Created: 2021-09-22T18:13:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T18:16:16.000Z (over 4 years ago)
- Last Synced: 2025-01-10T01:51:54.592Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# This package give you the dd() helper from Laravel.
[](https://packagist.org/packages/axeldotdev/dump-die)
[](https://github.com/axeldotdev/dump-die/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)
[](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.