freshbase-io/laralert

Security Monitor for Laravel

1.0.1 2023-04-07 18:52 UTC

This package is auto-updated.

Last update: 2024-05-07 21:03:30 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