Releases: abrigham1/laravel-email-exceptions
Releases · abrigham1/laravel-email-exceptions
Update for Laravel 6.X
Update for laravel 5.8 cache changes
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")
Changing use of env to config
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
Code Refactoring
Refactoring don't report code
Bug fix for dont report
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)
Email Subject Configurable
Added the ability to configure email subject through the config file and updated documentation.
Initial Release
Initial release of Laravel 5.x email exception package