-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
module.json
29 lines (29 loc) · 1.25 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": "FilamentInvoices",
"alias": "filament-invoices",
"description": {
"ar": "قم باصدار وإدارة الفواتير الخاصة بالعملاء مع تقسيم الدفعات ودعم عملات متعددة",
"en": "Generate and manage your invoices / payments using multi currencies and multi types in FilamentPHP",
"gr": "Generate and manage your invoices / payments using multi currencies and multi types in FilamentPHP",
"sp": "Generate and manage your invoices / payments using multi currencies and multi types in FilamentPHP"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentInvoices\\FilamentInvoicesServiceProvider"
],
"files": [],
"title": {
"ar": "الفواتير",
"en": "Invoices Manager",
"gr": "Invoices Manager",
"sp": "Invoices Manager"
},
"color": "#cc1448",
"icon": "heroicon-c-receipt-percent",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-invoices/master/arts/3x1io-tomato-invoices.jpg",
"type": "plugin",
"version": "v1.0.4",
"github" : "https://github.com/tomatophp/filament-invoices",
"docs" : "https://github.com/tomatophp/filament-invoices"
}