larapack/dd
最新稳定版本:1.1
Composer 安装命令:
composer require larapack/dd
包简介
`dd` is a helper method in Laravel. This package will add the `dd` to your application.
README 文档
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
统计信息
- 总下载量: 2.38M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 125
- 点击次数: 1
- 依赖项目数: 490
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-10