illuminate/notifications
Illuminate Notifications is Laravel’s notification component, providing a unified way to send notifications across channels like mail, database, broadcast, SMS, and Slack. Supports queued delivery, localization, and flexible routing for notifiable models.
Architecture fit: This package is a subtree split of Laravel's core Notifications component, designed exclusively for integration within the Laravel framework. It has no standalone use case, as it relies on multiple Illuminate dependencies (broadcasting, bus, etc.) that are part of Laravel's ecosystem. Attempting to use it outside Laravel would require replicating the entire framework's architecture, which is impractical.
Integration feasibility: Extremely low for non-Laravel projects. The package is not intended for independent use; its sole purpose is to be consumed
How can I help you explore Laravel packages today?