lern icon indicating copy to clipboard operation
lern copied to clipboard

LERN is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.

Results 10 lern issues
Sort by recently updated
recently updated
newest added

@tylercd100 Please add Laravel 9 support in this package

https://github.com/muhamedRadwan/lern/wiki/Connect-To-Slack-Bot

I need to disable the package in localhost or dev how I can make this

And update Travis CI to use PHP `8.0` instead of `8.0snapshot`

Tyler - this is a great service. Thanks for putting it together. One issue I had was recording an exception for a user with a custom guard. The value for...

Anyone who has gotten to configure Slack to work? I get to make Slack notifications work I need to add it to the list of drivers in the config file,...

Hi, i'm using `app()->make("lern")->record($exception);` in [email protected] and getting error below many time .. Next Tylercd100\LERN\Exceptions\RecorderFailedException: SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO) (SQL: insert into `exceptions_log` (`class`,...

While firing the notification email, it's sending 3 times.

Hello, Thanks for this great package. Do you know of a good way to format the email message that is sent? In the "Changing the text" section of your README,...

Hello (and thank you for this useful package) I'd like to format a bit my error message. I was wondering where I was supposed to write down my `LERN::setMessage` closure,...