Skip to content

Commit f59e448

Browse files
committed
Update README.md
1 parent 09b761a commit f59e448

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# dd
22
`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`.
12+
And then run `composer dump-autoload`

0 commit comments

Comments
 (0)