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

Maintainers

Details

github.com/larapack/dd

Source

Issues

Installs: 1 490 200

Dependents: 458

Suggesters: 0

Security: 0

Stars: 115

Watchers: 6

Forks: 7

Open Issues: 0

Type:package

1.1 2016-12-15 09:34 UTC

This package is auto-updated.

Last update: 2024-03-06 08:03:01 UTC


README

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