You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+68-4Lines changed: 68 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Very short description of the package
1
+
# Notification Driver por [Laravel Auditing](http://laravel-auditing.com) ^8.0
2
2
3
3
[](https://packagist.org/packages/andreshg112/laravel-auditing-notifications)
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
10
+
This package allows you to send notifications with audit data instead of saving it to an accessible database. By default, it sends notifications through AWS SNS using the package [lab123it/aws-sns](https://github.com/lab123it/aws-sns).
11
+
12
+
## Use case
13
+
14
+
If you have some microservices and want to have centralized auditing, this could be helpful.
> This package depends on [owen-it/laravel-auditing ^8.0](https://github.com/owen-it/laravel-auditing) and [lab123it/aws-sns](https://github.com/lab123it/aws-sns), so you have to configure them first in order to make this work.
0 commit comments