Skip to content

Commit 0637029

Browse files
authored
Merge pull request #9 from jeremykenedy/l9
update readme
2 parents 96b6bc2 + 1c0276a commit 0637029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Table of contents:
1818
- [License](#license)
1919

2020
## About
21-
Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients. [This Package](https://packagist.org/packages/jeremykenedy/laravel-exception-notifier) includes all necessary traits, views, configs, and Mailers for email notifications upon your applications exceptions. You can customize who send to, cc to, bcc to, enable/disable, and custom subject or default subject based on environment. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, 7, and 8+.
21+
Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients. [This Package](https://packagist.org/packages/jeremykenedy/laravel-exception-notifier) includes all necessary traits, views, configs, and Mailers for email notifications upon your applications exceptions. You can customize who send to, cc to, bcc to, enable/disable, and custom subject or default subject based on environment. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, 7, 8, and 9+.
2222

2323
Get the errors and fix them before the client even reports them, that's why this exists!
2424

2525
## Requirements
26-
* [Laravel 5.2+, 6, 7, or 8+](https://laravel.com/docs/installation)
26+
* [Laravel 5.2+, 6, 7, 8, or 9+](https://laravel.com/docs/installation)
2727

2828
## Installation Instructions
2929
1. From your projects root folder in terminal run:

0 commit comments

Comments
 (0)