-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
29 lines (29 loc) · 1.11 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": "FilamentTypes",
"alias": "filament-types",
"description": {
"ar": "قم بإدارة الانواع الخاصة بالطبيق عن طريق قاعدة البيانات",
"en": "Manage any type on your app in Database with easy to use Resource for FilamentPHP",
"gr": "Manage any type on your app in Database with easy to use Resource for FilamentPHP",
"sp": "Manage any type on your app in Database with easy to use Resource for FilamentPHP"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentTypes\\FilamentTypesServiceProvider"
],
"files": [],
"title": {
"ar": "الانواع",
"en": "Types Manager",
"gr": "Types Manager",
"sp": "Types Manager"
},
"color": "#fca103",
"icon": "heroicon-c-tag",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-types/master/arts/3x1io-tomato-types.jpg",
"type": "plugin",
"version": "v1.0.23",
"github" : "https://github.com/tomatophp/filament-types",
"docs" : "https://github.com/tomatophp/filament-types"
}