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 beda294 commit 6fc28b7Copy full SHA for 6fc28b7
README.md
@@ -9,6 +9,5 @@ Run `composer require marktopper/dd 1.*`
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 `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.__
+- Open `public/index.php`
+- Add `require "../vendor/marktopper/dd/src/helper.php";` after the opening `<?php`-tag
0 commit comments