onamfc/laravel-devlogger
Laravel database logger with automatic exception catching and rich metadata. Tag and filter logs by level, date, queue, status, request context, and user. Includes configurable retention/cleanup, fallback channels, and flexible env-based setup.
For Executives: "This updated package now includes smoother installation and configuration—no more manual migration headaches or unclear setup steps. It’s a low-risk way to replace fragmented logs and error emails with a single, searchable database of all Laravel activity, cutting debugging time and improving compliance. With fewer barriers to adoption, we can roll this out faster and scale it across teams. Think of it as Sentry but self-hosted, with zero third-party costs."
For Engineering: *"Laravel-DevLogger v1.1.9 fixes the biggest friction points in setup:
php artisan migrate gotchas—just install and go.tail -f or ad-hoc logging. We can still build a dashboard later if needed."*For Developers: *"No more fighting with migrations or blank config files. This update makes it stupidly easy to start logging:
composer require, then php artisan vendor:publish --provider="Vendor\DevLogger\DevLoggerServiceProvider"—done.logs table with stack traces, timestamps, and context.Log::where('level', 'error')->latest()->get().
Pro tip: Works alongside existing Monolog channels (e.g., log to DB + file simultaneously)."*How can I help you explore Laravel packages today?