Download the PHP package techsea/allstack-laravel without Composer
On this page you can find all versions of the php package techsea/allstack-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download techsea/allstack-laravel
More information about techsea/allstack-laravel
Files in techsea/allstack-laravel
Package allstack-laravel
Short Description Official Laravel SDK for AllStack error tracking and monitoring
License MIT
Informations about the package allstack-laravel
AllStack Laravel SDK
Official Laravel SDK for AllStack error tracking and monitoring by Techsea. This package provides seamless integration for error tracking and monitoring in your Laravel applications.
Installation
You can install the package via composer:
Configuration
-
Add the following variables to your
.env
file: - The service provider will be automatically registered thanks to Laravel's package discovery.
Usage
Capturing Exceptions
Tracking HTTP Requests
Add the middleware to your app/Http/Kernel.php
:
Or use it in specific routes:
Features
- Exception tracking with stack traces
- HTTP request monitoring
- System information collection
- Environment-specific configuration
- Automatic context gathering
- Error handling and logging
Testing
Contributing
Please see CONTRIBUTING.md for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
All versions of allstack-laravel with dependencies
illuminate/support Version 5.* || 6.* || 7.* || 8.* || 9.* || 10.* || 11.*
symfony/http-client Version ^4.4 || ^5.4 || ^6.0 || ^7.0