Sentry for Laravel
Laravel integration for Sentry.
Laravel Version Compatibility
- Laravel
<= 4.2.xis supported until0.8.x - Laravel
<= 5.7.xon PHP<= 7.0is supported until0.11.x - Laravel
>= 5.x.xon PHP>= 7.1is supported in all versions - Laravel
>= 6.x.xon PHP>= 7.2is supported starting from1.2.0 - Laravel
>= 7.x.xon PHP>= 7.2is supported starting from1.7.0 - Laravel
>= 8.x.xon PHP>= 7.3is supported starting from1.9.0
Please note that of version >= 2.0.0 we require PHP Version >= 7.2 because we are using our new PHP SDK underneath.
Installation
Contributing
Dependencies are managed through composer:
$ composer install
Tests can then be run via phpunit:
$ vendor/bin/phpunit
