Skip to content

Sentinel is an open-source error-tracking application. Made with Laravel.

License

Notifications You must be signed in to change notification settings

kiwilan/sentinel

Repository files navigation

Sentinel

php laravel

version license codecov

About

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.

Features

  • Host your instance
  • Error tracking

Compatibility

Installation

Install dependencies.

composer install

Create .env file.

cp .env.example .env

Generate application key.

php artisan key:generate

Run migrations.

php artisan migrate --seed

Usage

Start the development server.

php artisan serve

Testing

Run tests.

php artisan test

License

The MIT License (MIT). Please see License File for more information.

About

Sentinel is an open-source error-tracking application. Made with Laravel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages