ricorocks-digital-agency / holler
A notification package for the TALL stack
Package info
github.com/Ricorocks-Digital-Agency/holler
Type:package
pkg:composer/ricorocks-digital-agency/holler
dev-main
2021-08-26 12:03 UTC
Requires
- illuminate/support: ^8.0
- livewire/livewire: ^2.0
- spatie/enum: ^3.9
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- illuminate/notifications: ^8.56
- pestphp/pest: ^1.16
- pestphp/pest-plugin-parallel: ^0.2.1
- phpstan/phpstan: ^0.12.96
- ricorocks-digital-agency/ricorocks-coding-standard: ^1.1
- squizlabs/php_codesniffer: ^3.6
This package is auto-updated.
Last update: 2026-02-26 23:50:14 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.