PHPackages                             mphpmaster/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. mphpmaster/dd

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

mphpmaster/dd
=============

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

1.1.3(2y ago)017MITPHP

Since Jun 10Pushed 2y agoCompare

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

READMEChangelog (3)Dependencies (1)Versions (9)Used By (0)

dd
==

[](#dd)

`dd` with file name &amp; line &amp; method.

Install
=======

[](#install)

Run `composer require mphpmaster/dd`

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 `
