anlutro/laravel-4-smart-errors

Laravel 5

开放

#24 创建于 2015年2月9日

 (4 条评论) (0 个反应) (0 位负责人)PHP (13 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (65 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Laravel 5 has stripped out the error handling features that made this package work out of the box.

Options:

  • Wait for features to be re-implemented (not likely to happen)
  • Re-implement it ourselves (too much hassle)
  • Add a simple wrapper method that sort of replicates the old behaviour, making it possible to call SmartErrors::handle($exception) in the user's exception handler (loses many features)

Additionally, config namespacing has been removed, so that will need to be reworked.

贡献者指南