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
Send notification to users using notification templates and multi notification channels
10
+
Send notification to users using notification templates and multi notification channels, it's support Filament Native Notification Service with macro, and a full integration to FCM service worker notifications
11
+
12
+
## Features
13
+
14
+
- Send Notification to users
15
+
- Use Filament Native Notification
16
+
- Use Notification Templates
17
+
- Full FCM Service Worker Integration
18
+
- Use Multiple Notification Channels
19
+
- API to get notifications
20
+
- Hide Notifications Resources
21
+
- Use Slack Driver
22
+
- Use Discord Driver
23
+
- Use Reverb Driver
24
+
- Use SMS Misr Driver
25
+
- Use Email Driver
26
+
- Use Database Driver
27
+
- Use MessageBird Driver
28
+
11
29
12
30
## Screenshots
13
31
@@ -18,7 +36,6 @@ Send notification to users using notification templates and multi notification c
18
36
19
37
## Installation
20
38
21
-
22
39
before use this package make sure you have installed
where `$template` is selected of the template by key and $matchesTitle and $matchesBody is an array of matches to replace the template and $titleFill and $titleBody are an array of values to replace the matches
101
151
102
-
103
152
### Notification Channels
104
153
105
154
you can use multiple notification channels like
106
155
107
156
- Email
108
157
- SMS
109
158
- FCM
110
-
-Pusher
159
+
-Reverb
111
160
- Database
112
161
- Slack
113
162
- Discord
@@ -118,16 +167,76 @@ it can be working with direct user methods like
to make FCM Notification Work you need to install [Filament Settings Hub](https://www.github.com/tomatophp/filament-settings-hub) and allow use Setting Hub on the Plugin
Copy file name to clipboardexpand all lines: composer.json
+8-2
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
1
{
2
2
"name": "tomatophp/filament-alerts",
3
3
"type": "library",
4
-
"description": "Send notification to users using notification templates and multi notification channels",
4
+
"description": "Send notification to users using notification templates and multi notification channels, it's support Filament Native Notification Service with macro, and a full integration to FCM service worker notifications",
0 commit comments