Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

add dd function composer

/*
Install
Run composer require larapack/dd 1.*

For Laravel
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:

Add require "../vendor/larapack/dd/src/helper.php"; after the opening <?php-tag
*/
Source by packagist.org #
 
PREVIOUS NEXT
Tagged: #add #dd #function #composer
ADD COMMENT
Topic
Name
9+3 =