-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmodule.json
29 lines (29 loc) · 1.18 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": "FilamentPayments",
"alias": "filament-payments",
"description": {
"ar": "قم بإدارة مدفوعاتك داخل تطبيق FilamentPHP مع تكامل بوابة الدفع المتعددة",
"en": "Manage your payments inside FilamentPHP app with multi payment gateway integration",
"gr": "Manage your payments inside FilamentPHP app with multi payment gateway integration",
"sp": "Manage your payments inside FilamentPHP app with multi payment gateway integration"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentPayments\\FilamentPaymentsServiceProvider"
],
"files": [],
"title": {
"ar": "المدفوعات",
"en": "Payment Manager",
"gr": "Payment Manager",
"sp": "Payment Manager"
},
"color": "#cc1448",
"icon": "heroicon-c-credit-card",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-payments/master/arts/3x1io-tomato-payments.jpg",
"type": "plugin",
"version": "v1.0.10",
"github" : "https://github.com/tomatophp/filament-payments",
"docs" : "https://github.com/tomatophp/filament-payments"
}