webit_be/developer_alert

Monitor your application passively utilizing mail as an alert system with custom configuration

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:project

dev-main 2023-02-24 14:13 UTC

This package is auto-updated.

Last update: 2025-06-24 19:22:48 UTC


README

Install package

  composer require webit_be/developer_alert

Publish config.php file

  php artisan vendor:publish --provider="webit_be\developer_alert\DeveloperAlertServiceProvider" --tag="alert"

Migrations are published automatically

  php artisan vendor:publish --provider="webit_be\developer_alert\DeveloperAlertServiceProvider" --tag="migrations"

Migrate the database

  php artisan migrate