Skip to content

Commit 91cd811

Browse files
committed
add filament-plugins integration
1 parent 82c5886 commit 91cd811

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

module.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "FilamentTypes",
3+
"alias": "filament-types",
4+
"description": {
5+
"ar": "قم بإدارة الانواع الخاصة بالطبيق عن طريق قاعدة البيانات",
6+
"en": "Manage any type on your app in Database with easy to use Resource for FilamentPHP",
7+
"gr": "Manage any type on your app in Database with easy to use Resource for FilamentPHP",
8+
"sp": "Manage any type on your app in Database with easy to use Resource for FilamentPHP"
9+
},
10+
"keywords": [],
11+
"priority": 0,
12+
"providers": [
13+
"TomatoPHP\\FilamentTypes\\FilamentTypesServiceProvider"
14+
],
15+
"files": [],
16+
"title": {
17+
"ar": "الانواع",
18+
"en": "Types Manager",
19+
"gr": "Types Manager",
20+
"sp": "Types Manager"
21+
},
22+
"color": "#fca103",
23+
"icon": "heroicon-c-tag",
24+
"placeholder": "placeholder.webp",
25+
"type": "plugin",
26+
"version": "v1.0.22",
27+
"github" : "https://github.com/tomatophp/filament-types",
28+
"docs" : "https://github.com/tomatophp/filament-types"
29+
}

0 commit comments

Comments
 (0)