boing6002 / notifications
Notifications functionality dependency for LaravelEnso
2.2.9
2019-01-24 13:01 UTC
Requires
- php: >=7.1.0
- laravel-enso/core: 3.6.*
- laravel-enso/structuremanager: 2.5.*
- pusher/pusher-php-server: ^3.0
This package is auto-updated.
Last update: 2026-06-25 11:16:54 UTC
README
Notifications functionality dependency for Laravel Enso
click on the photo to view a short demo in compatible browsers
Features
- uses Pusher and Laravel's notification infrastructure to bring minimal-setup notification functionality
- users can also be notified via email
- allows the lazy loading of notifications
- read and unread notifications are visually differentiated and can be manually/automatically marked as read, as well as cleared
- polymorphic relationships are used, in order to be able to attach notifications to any entity
- supports and uses Desktop Notifications, if allowed by the user
Configuration & Usage
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.