ricorocks-digital-agency / holler
A notification package for the TALL stack
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
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: 2024-10-26 20:43:13 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.