Download the PHP package spatie/laravel-notification-log without Composer
On this page you can find all versions of the php package spatie/laravel-notification-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spatie/laravel-notification-log
More information about spatie/laravel-notification-log
Files in spatie/laravel-notification-log
Package laravel-notification-log
Short Description Log notifications sent by your Laravel app
License MIT
Homepage https://github.com/spatie/laravel-notification-log
Informations about the package laravel-notification-log
Log notifications sent by your Laravel app
This package will log all the notifications sent by your app. This will allow you to write logic based on the notifications your app has sent.
If you want to create a list of all notifications sent to a user
In a view, you could write this:
The package also contains handy methods that allow you to make decisions based on the notifications sent. Here's an example, where we use the wasAlreadySentTo
method provided by the package in a shouldSent
method of a notification.
You can fully customize which notifications get logged and how they get logged.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Documentation
All documentation is available on our documentation site.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Freek Van der Herten
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-notification-log with dependencies
illuminate/contracts Version ^10.0|^11.0
spatie/laravel-package-tools Version ^1.14.0
spatie/test-time Version ^1.3