Skip to content

Commit 6fc28b7

Browse files
committed
Update README.md
1 parent beda294 commit 6fc28b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ Run `composer require marktopper/dd 1.*`
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:
12-
- Open `vendor/composer/autoload_files.php`
13-
- Move the `$vendorDir . '/marktopper/dd/src/helper.php',` line above the `$vendorDir . '/laravel/framework/src/Illuminate/Support/helpers.php',` line
14-
__OBS: Currently the above steps have to be done after each time composer dumps the autoload.__
12+
- Open `public/index.php`
13+
- Add `require "../vendor/marktopper/dd/src/helper.php";` after the opening `<?php`-tag

0 commit comments

Comments
 (0)