code-area/laraarea-helpers
Composer 安装命令:
composer require code-area/laraarea-helpers
包简介
Useful functions
关键字:
README 文档
README
Contents
dd_if
/**
* Dump the passed variables and end the script based last condition argument.
*
* @param mixed
* @return void
*/
function dd_if(...$args)
if_dd
/**
* Dump the passed variables and end the script based first condition argument.
*
* @param mixed
* @return void
*/
function if_dd(...$args)
@TODO
统计信息
- 总下载量: 71
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 12
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-05