rezaamini-ir / alerty
Alerty will monitor your queries and alert you!
0.2.0
2022-03-21 13:15 UTC
Requires
- php: ^7.3|^8.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0
- laravel/framework: ^6.0|^7.0|^8.0|^9.0
Requires (Dev)
- orchestra/testbench: ~3.7|^4.0|^5.0|^6.0
README
Alerty is a smell query identifier which gives you a GUI to monitor them.
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.