Skip to content

freshbase-io/laralert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laralert

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