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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a0bf3bd · Nov 20, 2023

History

74 Commits
Aug 5, 2023
Nov 20, 2023
Aug 5, 2023
Aug 5, 2023
Oct 11, 2023
Nov 20, 2023
Aug 15, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Jul 17, 2023
Jul 17, 2023
Jul 16, 2023
Aug 15, 2023
Nov 20, 2023
Aug 5, 2023
Jul 21, 2023
Oct 11, 2023
Aug 16, 2023
Aug 5, 2023
Oct 11, 2023
Aug 16, 2023
Aug 5, 2023
Jul 16, 2023
Jul 16, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Jul 18, 2023
Aug 5, 2023

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