You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`dd` is a helper method in Laravel. This package will add the `dd` to your application.
3
+
4
+
# Install
5
+
Run `composer require marktopper/dd 1.*`
6
+
7
+
# For Laravel
8
+
[Laravel](http://laravel.com) already have the `dd` function in its helpers.
9
+
The `dd` function from this package is equal to the one in Laravel 5.
10
+
11
+
If you wish to override the Laravel 4 function with this one, you have to move the `"marktopper/dd": "1.*"` above the `"laravel/framework": "___"` in the `require` section of your `composer.json`.
0 commit comments