承接 joeyrush/better-dd 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

joeyrush/better-dd

Composer 安装命令:

composer require joeyrush/better-dd

包简介

Die and dump with line number and file path

关键字:

README 文档

README

😅 Replace your dump / dd calls with dumpl / ddl to get the filepath and line number included. A simple but much needed feature! Works in both the browser and terminal.

Bonus: You can use the semantic history feature of iTerm to Command+Click the line number output in the terminal (You can customize which editor is chosen to open files via iTerm->Preferences->Profiles->Advanced->Semantic History)

Requirements

  • Any version of laravel

Getting Started

You can install the package via composer:

composer require joeyrush/better-dd

...and that's all!

Usage

Exactly the same as dd:

dumpl($var1, $var2, $var3...);
ddl($var1, $var2, $var3...);

Configuration: Output Truncation

When using the dump helpers inside the terminal, often output can be difficult to read due to the size. Sometimes you surpass your terminals buffer length and lose some data. For that reason, we've provided some truncation options via a config.

Disclaimer: This feature only applies to terminal output because there is very little point in truncating output in the browser because they can be collapsed interactively.

First publish the config with artisan:

php artisan vendor:publish --provider=JoeyRush\\BetterDD\\BetterDDServiceProvider

The following configuration are now available to customize to your needs (see config/better-dd.php after running the publish command)

/**
 * The following configuration values apply to any dumpl($var) / ddl($var) function calls.
 */
return [
    /**
     * Truncate longs strings to a specified number of characters
     * Applies to all strings: i.e. actual strings and strings within variables etc.
     * Use -1 to disable truncation
     */
    'max_string_length' => -1,

    /**
     * Maximum depth of output
     * e.g. 2 will only show arrays within arrays. Anything deeper will get truncated to [...n]
     * where n represents the number of elements cut-off
     */
    'max_depth' => 20,
    'max_items_per_depth' => -1
];

Tests

After a composer install, run composer test

统计信息

  • 总下载量: 22.48k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-03-11

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固