Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 576 Bytes

Alerty

Alerty is a smell query identifier which gives you a GUI to monitor them.

alerty

Installation:

To install Alerty, you need to execute this command using Composer:

composer require rezaamini-ir/alerty --dev

Then you need to migrate your migrations using Artisan:

php artisan migrate

Now you have access to /alerty endpoint, enjoy it!

For now, Alerty is not Real-time and you have to refresh the page to get a fresh result.