Download the PHP package larapack/dd without Composer
On this page you can find all versions of the php package larapack/dd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor larapack
Package dd
Short Description `dd` is a helper method in Laravel. This package will add the `dd` to your application.
License MIT
Package dd
Short Description `dd` is a helper method in Laravel. This package will add the `dd` to your application.
License MIT
Please rate this library. Is it a good library?
Informations about the package dd
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
All versions of dd with dependencies
PHP Build Version
Package Version
Requires
symfony/var-dumper Version
*
The package larapack/dd contains the following files
Loading the files please wait ....