Sentinel offers a simple way to track your applications errors, allowing you to easily track and fix them. It is built on top of the Laravel framework. The goal of this project is to provide a simple and easy to use error tracking application, that can be self-hosted.
Some others alternatives are the excellent Flare or Sentry, but they are not self-hosted and are not free. Sentinel is not a replacement for them, but a simple alternative with less features.
Note
This project is still in development and is not ready for production.
- Host your instance
- Error tracking
- Laravel
10.x
withkiwilan/sentinel-laravel
Install dependencies.
composer install
Create .env
file.
cp .env.example .env
Generate application key.
php artisan key:generate
Run migrations.
php artisan migrate --seed
Start the development server.
php artisan serve
Run tests.
php artisan test
The MIT License (MIT). Please see License File for more information.