Download the PHP package sleuren/laravel without Composer
On this page you can find all versions of the php package sleuren/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sleuren/laravel
More information about sleuren/laravel
Files in sleuren/laravel
Package laravel
Short Description Official Sleuren SDK for Laravel
License MIT
Homepage https://sleuren.com
Informations about the package laravel
Official sleuren SDK for Laravel
The Sleuren Laravel error reporter tracks errors and exceptions that happen during the execution of your application and provides instant notification with detailed information needed to prioritize, identify, reproduce and fix each issue.
Getting started
Install
To install the SDK you will need to be using Composer in your project. To install it please see the docs.
This is Laravel SDK, meaning that all the important code regarding error handling lives here.
Configuration
And adjust config file (config/sleuren.php) with your desired settings.
Note: by default only production environments will report errors. To modify this edit your Sleuren configuration.
Next is to add the sleuren driver to the logging.php file:
After that you have configured the Utah channel you can add it to the stack section:
Usage
All that is left to do is to define env configuration variable.
SLEUREN_KEY: is your Project API key which you've received when creating a project.
Get the variables from your Sleuren dashboard.
Run this in your terminal to test if everything is working:
Documentation
For more information, see the documentation.
All versions of laravel with dependencies
guzzlehttp/guzzle Version ^6.0.2 || ^7.0
illuminate/support Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
nesbot/carbon Version ^2.62.1
symfony/var-dumper Version ^5.2|^6.0