PHPackages                             absszero/laravel-stackdriver-error-reporting - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. absszero/laravel-stackdriver-error-reporting

ActiveLaravel[Logging &amp; Monitoring](/categories/logging)

absszero/laravel-stackdriver-error-reporting
============================================

Stackdriver Error Reporting for Laravel

v1.9.2(3mo ago)8179.0k↓25.7%3MITPHPPHP &gt;=5.5CI failing

Since Sep 1Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/absszero/laravel-stackdriver-error-reporting)[ Packagist](https://packagist.org/packages/absszero/laravel-stackdriver-error-reporting)[ Fund](https://ko-fi.com/absszero)[ RSS](/packages/absszero-laravel-stackdriver-error-reporting/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (27)Used By (0)

Stackdriver Error Reporting for Laravel
=======================================

[](#stackdriver-error-reporting-for-laravel)

[![actions/workflows/run-tests.yaml](https://github.com/absszero/laravel-stackdriver-error-reporting/actions/workflows/run-tests.yaml/badge.svg)](https://github.com/absszero/laravel-stackdriver-error-reporting/actions/workflows/run-tests.yaml/badge.svg)

Requirements
------------

[](#requirements)

Laravel `5.1` ~ `12.x`

Installation
------------

[](#installation)

1. `composer require absszero/laravel-stackdriver-error-reporting`

    (For PHP7 and before version. please install `v1.8.0`)
2. This package provides Package Auto-Discovery.

    For Laravel versions before 5.5, you need to add the ServiceProvider in `config/app.php`

    ```
