alt-three/sentry

This package is abandoned and no longer maintained. No replacement package was suggested.

A Sentry Bridge For Laravel 5

v1.4.0 2016-06-04 20:45 UTC

This package is auto-updated.

Last update: 2022-02-01 12:49:27 UTC


README

A Sentry bridge for Laravel 5.

Installation

Either PHP 5.5+ or HHVM 3.6+ are required.

To get the latest version of Alt Three Sentry, simply require the project using Composer:

$ composer require alt-three/sentry

Instead, you may of course manually update your require block and run composer update if you so choose:

{
    "require": {
        "alt-three/sentry": "^1.0"
    }
}

Once Alt Three Sentry is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

  • 'AltThree\Sentry\SentryServiceProvider'

Security

If you discover a security vulnerability within this package, please e-mail us at support@alt-three.com. All security vulnerabilities will be promptly addressed.

License

Alt Three Sentry is licensed under The MIT License (MIT).