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

Maintainers

Details

github.com/mPhpMaster/dd

Source

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 7

Type:package

1.1.3 2024-04-07 20:26 UTC

This package is auto-updated.

Last update: 2024-05-07 20:36:32 UTC


README

dd with file name & line & method.

Install

Run composer require mphpmaster/dd

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