-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
29 lines (29 loc) · 1.12 KB
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "FilamentReverbDriver",
"alias": "filament-reverb-driver",
"description": {
"ar": "Laravel Reverb Realtime Notification for Filament Alerts Sender",
"en": "Laravel Reverb Realtime Notification for Filament Alerts Sender",
"gr": "Laravel Reverb Realtime Notification for Filament Alerts Sender",
"sp": "Laravel Reverb Realtime Notification for Filament Alerts Sender"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentReverbDriver\\FilamentReverbDriverServiceProvider"
],
"files": [],
"title": {
"ar": "Filament reverb driver",
"en": "Filament reverb driver",
"gr": "Filament reverb driver",
"sp": "Filament reverb driver"
},
"color": "#cc1448",
"icon": "heroicon-c-users",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-reverb-driver/master/art/3x1io-tomato-reverb-driver.jpg",
"type": "plugin",
"version": "v1.0.0",
"github" : "https://github.com/tomatophp/filament-reverb-driver",
"docs" : "https://github.com/tomatophp/filament-reverb-driver"
}