`dd` is a helper method in Laravel. This package will add the `dd` to your application.
larapack/dd is a Laravel package for `dd` is a helper method in laravel. this package will add the `dd` to your application..
It currently has 117 GitHub stars and 2.637.787 downloads on Packagist (latest version 1.1).
Install it with composer require larapack/dd.
Discover more Laravel packages by larapack
or browse all Laravel packages to compare alternatives.
Last updated
dd is a helper method in Laravel. This package will add the dd to your application.
Run composer require larapack/dd 1.*
Laravel already have the dd function in its helpers.
The dd function from this package is equal to the one in Laravel 5.
If you wish to override the Laravel 4 function with this one, please follow those few steps:
public/index.phprequire "../vendor/larapack/dd/src/helper.php"; after the opening <?php-tag