Download the PHP package kiwilan/sentinel-laravel without Composer
On this page you can find all versions of the php package kiwilan/sentinel-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sentinel-laravel
Sentinel for Laravel
PHP package for Laravel to send errors to Sentinel.
[!NOTE]\ Sentinel is an open-source error tracking tool.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Automatic
Just execute the sentinel:install
Artisan command. It will automatically install the package and configure it for you.
Manual
In app/Exceptions/Handler.php
If you want to debug your installation, you can set true
to throwErrors
: \Kiwilan\Sentinel\Facades\Sentinel::register($e, throwErrors: true)
.
[!WARNING]\ Do not use
throwErrors
in production, if Sentinel instance is not available, your application will crash.
Verify your installation
Use the sentinel:test
Artisan command to verify your installation.
You can verify your installation by throwing an exception from a route or controller.
For example, in routes/web.php
:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Ewilan Rivière
spatie
forspatie/laravel-package-tools
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of sentinel-laravel with dependencies
illuminate/contracts Version ^10.0
spatie/laravel-package-tools Version ^1.14.0
vlucas/phpdotenv Version ^5.5