A notification package for the TALL stack

dev-main 2021-08-26 12:03 UTC

This package is auto-updated.

Last update: 2024-05-26 19:42:59 UTC


README

Holler is a Laravel package designed to make database notifications more consistent across projects.

Notifications tend to have the same set of properties: a title, details, icon and URL. However, the loose nature of database notifications can cause real complexity if handled carelessly. Holler enforces a consistent approach to database notifications, which both simplifies your code and makes UI design easier.