承接 rickselby/laravel-exception-html 相关项目开发

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

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

rickselby/laravel-exception-html

最新稳定版本:0.4.0

Composer 安装命令:

composer require rickselby/laravel-exception-html

包简介

Generate HTML output for an exception

README 文档

README

Software License Packagist Version

When Symfony updated to version 5, they changed their exception handling, and this removed a very neat way of generating HTML for an exception to populate an email:

$handler = new ExceptionHandler(true);
$html = $handler->getHtml($this->exception);

This is a copy of the Symfony 4 code to allow the above snippet to work again.

Additional HTML

You may pass some additional HTML heading tags to display in the main title block. This can be any additional information useful to your exception (e.g. request URL, logged in user...)

<h3 class="exception-message">{$this->request->method()} {$this->request->fullUrl()}</h3>
$handler = new ExceptionHandler(true);
$html = $handler->getHtml($this->exception, $extraHeadings);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-10-17