Package Data | |
---|---|
Maintainer Username: | marktopper |
Maintainer Contact: | hi@webman.io (Mark Topper) |
Package Create Date: | 2015-02-24 |
Package Last Update: | 2017-05-02 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-11 15:18:28 |
Package Statistics | |
---|---|
Total Downloads: | 1,706,711 |
Monthly Downloads: | 29,392 |
Daily Downloads: | 856 |
Total Stars: | 116 |
Total Watchers: | 6 |
Total Forks: | 7 |
Total Open Issues: | 0 |
dd
is a helper method in Laravel. This package will add the dd
to your application.
Run composer require larapack/dd 1.*
Laravel already have the dd
function in its helpers.
The dd
function from this package is equal to the one in Laravel 5.
If you wish to override the Laravel 4 function with this one, please follow those few steps:
public/index.php
require "../vendor/larapack/dd/src/helper.php";
after the opening <?php
-tag