freshbase-io / laralert
Security Monitor for Laravel
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/freshbase-io/laralert
Requires
- php: ^7.3 || ^8.0
- composer-plugin-api: ^2.0
- ext-curl: *
- illuminate/console: ^8 || ^9 || ^10
- illuminate/filesystem: ^8 || ^9 || ^10
- illuminate/support: ^8 || ^9 || ^10
Requires (Dev)
- composer/composer: ^2.0
This package is auto-updated.
Last update: 2026-01-08 00:42:43 UTC
README
Installation
Install with Composer by entering the following command:
composer require --dev freshbase-io/laralert
Add the following in the scripts section of your composer.json file to automatically submit your Composer files after you have updated your packages:
"scripts": { "post-update-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postUpdate", "@php artisan laralert:update", ] },
Set the ID of your project in your .env configuration file:
LARALERT_ID=YOUR-PROJECT-ID