定制 webxid/laravel-debug-helpers 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

webxid/laravel-debug-helpers

Composer 安装命令:

composer require webxid/laravel-debug-helpers

包简介

Debug helper for Laravel Framework.

README 文档

README

Add the next things

  1. Run composer require webxid/laravel-debug-helpers --dev in command line

  2. File /artisan, after define('LARAVEL_START', microtime(true));

if (file_exists(__DIR__.'/vendor/webxid/laravel-debug-helpers/src/helpers.php')) {
    require __DIR__.'/vendor/webxid/laravel-debug-helpers/src/helpers.php';
}
  1. File /public/index.php, after define('LARAVEL_START', microtime(true));
if (file_exists(__DIR__.'/../vendor/webxid/laravel-debug-helpers/src/helpers.php')) {
    require __DIR__.'/../vendor/webxid/laravel-debug-helpers/src/helpers.php';
}

How To Use

This lib halps to improve the default Laravel debug stuff:

  • Adds a function call place Route for dd() into the and of print

  • Adds redirect place into a page headers

  • _dd() write a dump into storage/logs/laravel.log. It replaces the content (by default) or adds a string in the end of the file (check the function parameters)

  • _trace() halps to understand, how a script comes in some place of code

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-01-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固