PHPackages                             larapack/dd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. larapack/dd

ActivePackage[Utility &amp; Helpers](/categories/utility)

larapack/dd
===========

`dd` is a helper method in Laravel. This package will add the `dd` to your application.

1.1(9y ago)1162.5M—3.6%620MITPHP

Since Jun 10Pushed 9y ago5 watchersCompare

[ Source](https://github.com/larapack/dd)[ Packagist](https://packagist.org/packages/larapack/dd)[ RSS](/packages/larapack-dd/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (6)Used By (20)

dd
==

[](#dd)

`dd` is a helper method in Laravel. This package will add the `dd` to your application.

Install
=======

[](#install)

Run `composer require larapack/dd 1.*`

For Laravel
===========

[](#for-laravel)

[Laravel](http://laravel.com) 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:

- Open `public/index.php`
- Add `require "../vendor/larapack/dd/src/helper.php";` after the opening `
