ahmadishtiaq / comfykure-alerts
Laravel error alerts with DB managed emails
v1.0.5
2026-05-20 12:52 UTC
Requires
- php: ^8.1
- illuminate/support: ^11.0|^12.0
README
A premium Laravel package that catches real-time controller crashes and sends instant diagnostic email alerts to developers, managed via a built-in Tailwind CSS CRUD dashboard.
🚀 Complete Setup Guide
Run these three commands step-by-step in your main Laravel project terminal:
composer require ahmadishtiaq/comfykure-alerts php artisan vendor:publish --provider="AhmadIshtiaq\ComfykureAlerts\ComfykureAlertsServiceProvider" --tag="comfykure-migrations" php artisan migrate