larapack/dd

`dd` is a helper method in Laravel. This package will add the `dd` to your application.
2,790,364 117
Install
composer require larapack/dd
Latest Version:1.1
License:MIT
Last Updated:May 2, 2017
Links: GitHub  ·  Packagist
Maintainer: marktopper

dd

dd is a helper method in Laravel. This package will add the dd to your application.

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:

  • Open public/index.php
  • Add require "../vendor/larapack/dd/src/helper.php"; after the opening <?php-tag

Related Packages

mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

20,277,860 1,979
kyslik/column-sortable

Package for handling column sorting in Laravel 6.x

6,163,770 647
mews/captcha

Laravel 5/6/7/8/9/10/11/12 Captcha Package

6,011,146 2,581
ajthinking/archetype

Programmatically edit PHP and Laravel files.

4,189,671 272