Skip to content

Commit 564da1a

Browse files
committed
Update README.md
1 parent 7836adf commit 564da1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
`dd` is a helper method in Laravel. This package will add the `dd` to your application.
33

44
# Install
5-
Run `composer require marktopper/dd 1.*`
5+
Run `composer require larapack/dd 1.*`
66

77
# For Laravel
88
[Laravel](http://laravel.com) already have the `dd` function in its helpers.
99
The `dd` function from this package is equal to the one in Laravel 5.
1010

1111
If you wish to override the Laravel 4 function with this one, please follow those few steps:
1212
- Open `public/index.php`
13-
- Add `require "../vendor/marktopper/dd/src/helper.php";` after the opening `<?php`-tag
13+
- Add `require "../vendor/larapack/dd/src/helper.php";` after the opening `<?php`-tag

0 commit comments

Comments
 (0)