Skip to content

Releases: abrigham1/laravel-email-exceptions

Update for Laravel 6.X

21 Oct 11:46
Compare
Choose a tag to compare

Update to illuminate package to support laravel 6.X

Update for laravel 5.8 cache changes

19 Mar 16:06
Compare
Choose a tag to compare

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

29 May 20:06
Compare
Choose a tag to compare

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

19 May 10:26
Compare
Choose a tag to compare

Refactoring don't report code

Bug fix for dont report

19 May 01:27
Compare
Choose a tag to compare

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

03 May 16:41
Compare
Choose a tag to compare

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

Initial Release

21 Jan 20:20
Compare
Choose a tag to compare

Initial release of Laravel 5.x email exception package