laravel-notification-delivery
by kirchdev
The layer Laravel's notifications leave out: stored notifications with read state, per-recipient channel preferences, and a gate chain that decides delivery before via() runs.
laravel-notify-matrix
by scabarcas
Manage per-user notification preferences in Laravel, with channel-level opt-in and opt-out.
laravel-concurrency
by fereydooni
A robust concurrent processing system for Laravel inspired by Go's concurrency model
laravel-auto-reg
A Laravel package that registers your service-providers, configs, commands, routes, broadcast channels, migrations, blade-templates and translations etc for you, in a project with a non-standard directory structure