You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ErrorHeroModule
16
16
Introduction
17
17
------------
18
18
19
-
ErrorHeroModule is a module for Error Logging (DB and Mail) your ZF3 Mvc Application, and ZF Mezzio for Exceptions in 'dispatch.error' or 'render.error' or during request and response, and [PHP E_* Error](http://www.php.net/manual/en/errorfunc.constants.php).
19
+
ErrorHeroModule is a module for Error Logging (DB and Mail) your Laminas Mvc 3 Application, and Mezzio 3 for Exceptions in 'dispatch.error' or 'render.error' or during request and response, and [PHP E_* Error](http://www.php.net/manual/en/errorfunc.constants.php).
20
20
21
21
Features
22
22
--------
@@ -28,7 +28,7 @@ Features
28
28
-[x] Handle only once log error for same error per configured time range.
29
29
-[x] Set default page (web access) or default message (console access) for error if configured 'display_errors' = 0.
30
30
-[x] Set default content when request is XMLHttpRequest via 'ajax' configuration.
31
-
-[x] Set default content when there is [no template service](https://github.com/mezzio/mezzio-template/blob/9b6c2e06f8c1d7e43750f72b64cc749552f2bdbe/src/TemplateRendererInterface.php) via 'no_template' configuration (ZF Mezzio 3).
31
+
-[x] Set default content when there is [no template service](https://github.com/mezzio/mezzio-template/blob/9b6c2e06f8c1d7e43750f72b64cc749552f2bdbe/src/TemplateRendererInterface.php) via 'no_template' configuration (Mezzio 3).
32
32
-[x] Provide request information ( http method, raw data, body data, query data, files data, cookie data, and ip address).
33
33
-[x] Send Mail
34
34
-[x] many receivers to listed configured email
@@ -370,7 +370,7 @@ You will get the following page if display_errors config is 0:
370
370
371
371
> For production env, you can disable error-preview sample page with set`['error-hero-module']['enable-error-preview-page']` to false.
372
372
373
-
> For ZF Mezzio, there is no default console implementation, so, if you want to apply it in your console in ZF Mezzio, you may need to custom implementation error handler that utilize `ErrorHeroModule\Handler\Logging` service (see detailed usage at `ErrorHeroModule\Middleware\Mezzio` class)
373
+
> For Mezzio, there is no default console implementation, so, if you want to apply it in your console in Mezzio, you may need to custom implementation error handler that utilize `ErrorHeroModule\Handler\Logging` service (see detailed usage at `ErrorHeroModule\Middleware\Mezzio` class)
0 commit comments