danielstonies/sentry-laravel is a Laravel package for laravel sdk for sentry (https://sentry.io).
It currently has 0 GitHub stars and 4 downloads on Packagist (latest version 1.3.2).
Install it with composer require danielstonies/sentry-laravel.
Discover more Laravel packages by danielstonies
or browse all Laravel packages to compare alternatives.
Last updated
Laravel integration for Sentry.
4.2.x is supported until version 0.8.x<= 5.7.x on PHP <= 7.0 is supported until version 0.11.x>= 5.x.x on PHP >= 7.1 is supported in the most recent version>= 6.x.x on PHP >= 7.2 is supported in the most recent versionPlease note that of version >= 1.0.0 we require PHP Version >= 7.1 because we are using our new PHP SDK underneath.
Dependencies are managed through composer:
$ composer install
Tests can then be run via phpunit:
$ vendor/bin/phpunit