Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 426 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 426 Bytes

Holler

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.