Search code examples
phpdebugginglaravelbug-tracking

Laravel - Better Error Tracking


After we have develop the web application using Laravel, we need tool for better tracking and monitoring for any possible bug & error occur. Is there any nice free tool / plugin that works well with Laravel for tracking & monitoring errors?

Thank you.


Solution

    • LogViewer - Provides a log viewer UI, API for Laravel 5.x
    • Laravel 5.x to 9.x is supported.
    • A great Log viewer API.
    • Ready to use (Views, Routes, controllers … Out of the box) [Note: No need to publish assets]
    • View, paginate, filter, download and delete logs.
    • Load a custom logs storage path.
    • Localized log levels.
    • Logs menu/tree generator.
    • Grouped logs by dates and levels.
    • Customized log levels icons (font awesome by default).
    • Works great with big logs !!
    • Well documented package (IDE Friendly).
    • Well tested (100% code coverage with maximum code quality).
    • Supports Laravel 5, 6, 7 & 8 (still compatible with 4.2 too) and Lumen.
    • LERN - LERN will record exceptions into a database and will notify you via Email, Pushover, Slack, etc.

    Laravel 5.x to 8x is supported

    Currently supported notification channels via Monolog

    Email, Pushover, Slack, Hipchat, Fleephook, Flowdock, Plivo an SMS messaging service, Twilio an SMS messaging service, Sentry via Raven, Mailgun

    Paid Services

    • Bugsnag - Free version available. Focused and powerful error monitoring for web, mobile, and server apps.

    • Rollbar - Free version available. It provides real-time exception reporting and continuous deployment monitoring for developers.