Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larapack/dd
`dd` is a helper method in Laravel. This package will add the `dd` to your application.
https://github.com/larapack/dd
Last synced: 5 days ago
JSON representation
`dd` is a helper method in Laravel. This package will add the `dd` to your application.
- Host: GitHub
- URL: https://github.com/larapack/dd
- Owner: larapack
- License: mit
- Created: 2015-02-24T12:17:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T16:50:18.000Z (over 7 years ago)
- Last Synced: 2024-10-29T20:55:55.250Z (2 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 116
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://laravel.com) 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 `