You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Framework 1.51.0 (Larawag) compatibility
Bumps glueful/framework → ^1.51.0 — a five-part refinement of the core notification subsystem (real in-app database channel, dispatch-time channel validation,
optional/safe persistence via NOTIFICATIONS_DATABASE_STORE, injectable async queue, structured NotificationResult, extension-driven channel registration).
Upgrade Notes
No skeleton action required for typical apps — composer update glueful/framework picks up 1.51.0. No new env vars, no migrations (the notifications capability default
stays true).
Custom notification code only:ChannelManager::getAvailableChannels() → getRegisteredChannelNames() (no aliases), and the notification jobs/commands now require an ApplicationContext. Custom channel packages must register from ServiceProvider::boot(). See the framework changelog's Upgrade Notes.