webit_be / developer_alert
Monitor your application passively utilizing mail as an alert system with custom configuration
Package info
github.com/webit-be/developer-alert-package
Language:Blade
Type:project
pkg:composer/webit_be/developer_alert
dev-main
2023-02-24 14:13 UTC
This package is auto-updated.
Last update: 2026-03-24 21:12:04 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