Laravel Email Exceptions Versions Save

Email Exceptions package for Laravel 5.x

2.0

4 years ago

Update to illuminate package to support laravel 6.X

1.2.2

5 years ago

Updated throttling for the laravel 5.8 cache changes (3rd param for cache calls is now seconds indead of minutes) To avoid people having to update their configs this package now creates a DateTime and uses modify("+{$minutesToAdd} minutes")

1.1.3

6 years ago

Post laravel 5.2 when caching config you shouldnt be using env() helper outside of config files so this now uses config values go get the app url and app env

1.1.2

7 years ago

Refactoring don't report code

1.1.1

7 years ago

was not respecting the $dontReport list and was emailing those exceptions mistakenly it will now respect that (as it says it does in the readme)

1.1.0

7 years ago

Added the ability to configure email subject through the config file and updated documentation.

1.0.0

7 years ago

Initial release of Laravel 5.x email exception package