sneaker
sneaker copied to clipboard
An easy way to send emails whenever an exception occurs on server.
Laravel 8/9
Suggested updates for laravel 8. I am suggesting a new branch as laravel 8 upgrades to symphony 5. Includes edits by @npostman Welcome any additional suggestions.
Step to reproduce : composer require squareboat/sneaker on laravel 8.30.1 project Using version ^5.0 for squareboat/sneaker ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev)...
Hi I see the updates for laravel 7 have been merged. I was wondering if a version could be tagged? At the moment this fails for laravel 7 projects. composer...
Step to reproduce : ```composer require squareboat/sneaker``` on laravel 7 project Using version ^5.0 for squareboat/sneaker ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev)...
Hi! Do I understand correctly that email is always placed in the 'default' queue? How do I specify a different queue?
hi. trying to run "php artisan config:cache" with L6 i get: > Configuration cache cleared! > > Illuminate\Contracts\Container\BindingResolutionException : Target class [sneaker] does not exist. > > at /srv/http/l6_app/vendor/laravel/framework/src/Illuminate/Container/Container.php:805 >...
Could sneaker be implemented as a handler for monolog, that way could be mailed only exceptions higher than some Log level, or there's a reason to not use this way?
My e-mail provider (MailGun) always bans me because Sneaker sends too many e-mails per minute. Is it possible to limit number of Sneaker messages per minute? Or prevent duplication of...
Solution for #23