add dd function composer

Solutions on MaxInterview for add dd function composer by the best coders in the world

showing results for - "add dd function composer"
Maria
26 Jun 2017
1/*
2Install
3Run composer require larapack/dd 1.*
4
5For Laravel
6Laravel already have the dd function in its helpers. The dd function from this package is equal to the one in Laravel 5.
7
8If you wish to override the Laravel 4 function with this one, please follow those few steps:
9
10Add require "../vendor/larapack/dd/src/helper.php"; after the opening <?php-tag
11*/