Skip to content

Laravel Error AuditYour logs, read for you.

An AI-assisted audit of yesterday's errors and warnings, in your inbox before you open the editor.

Laravel Error Audit
bash
composer require aaix/laravel-error-audit

What lands in your inbox

The daily error audit email

A status word and four numbers. Errors and warnings with their change since the last report, how many distinct issue types occurred, and how many of them are new. The subject line carries the same signal, so you know the answer from the lock screen.

A timeline. A spike at 03:00 tells a different story than an even spread or a wall starting at 14:20. Errors and warnings stacked by issue type, rendered to an image so it shows in every mail client.

One card per issue, sorted by urgency. A plain-language title, the likely cause, and a suggestion for confirming it — read from your own source code where the failure occurred, not guessed from a stack trace you decode over coffee.

What it costs

A cent a day. The exact figure prints at the foot of every email.

What leaves your application

The log lines and, by default, the source files named in each stack trace. Everything is redacted first, and the redaction layer cannot be switched off. See exactly what would be sent — and how it is masked — before enabling anything:

bash
php artisan error-audit:preview

No API call is made; what you see is what would be sent. Details in Privacy.

Released under the MIT License.