We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7836adf commit 564da1aCopy full SHA for 564da1a
README.md
@@ -2,12 +2,12 @@
2
`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.*`
+Run `composer require larapack/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, please follow those few steps:
12
- Open `public/index.php`
13
-- Add `require "../vendor/marktopper/dd/src/helper.php";` after the opening `<?php`-tag
+- Add `require "../vendor/larapack/dd/src/helper.php";` after the opening `<?php`-tag
0 commit comments