adrianoalves/laravel-exceptionlog
Minimal Laravel 7+ package to persist exceptions to a database logs table. Install via Composer, migrate, then call ExceptionLog::persist($exception, $level). Includes simple level mapper (app, DB, server, console, jobs) and is customizable.
spatie/laravel-monitor or laravel-debugbar.For Executives: "This package lets us log and track application errors in-house—like a lightweight, open-source alternative to Sentry—without subscription costs or data leaving our infrastructure. It’s ideal for [specific use case, e.g., ‘compliance-heavy projects’ or ‘legacy system modernization’], where we need basic error persistence but can’t justify a full observability tool. Since it’s Laravel-native, our dev team can implement it quickly with minimal overhead. Tradeoff: No real-time alerts or advanced features, but it’s a low-risk way to improve debugging for [target audience, e.g., ‘our support team’ or ‘on-call engineers’]."
For Engineering: *"ExceptionLog gives us a simple way to store Laravel exceptions in a database table (no external APIs or complex setup). Key benefits:
How can I help you explore Laravel packages today?