-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
module.json
29 lines (29 loc) · 1.21 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": "FilamentSubscriptions",
"alias": "filament-subscriptions",
"description": {
"ar": "قم بإدارة الاشتراكات والوصول إلى الميزات مع خطط قابلة للتخصيص في FilamentPHP",
"en": "Manage subscriptions and feature access with customizable plans in FilamentPHP",
"gr": "Manage subscriptions and feature access with customizable plans in FilamentPHP",
"sp": "Manage subscriptions and feature access with customizable plans in FilamentPHP"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentSubscriptions\\FilamentSubscriptionsServiceProvider"
],
"files": [],
"title": {
"ar": "الاشتراكات",
"en": "Subscriptions",
"gr": "Subscriptions",
"sp": "Subscriptions"
},
"color": "#cc1448",
"icon": "heroicon-c-credit-card",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-subscriptions/master/arts/megoxv-tomato-subscriptions.jpg",
"type": "plugin",
"version": "v1.0.7",
"github" : "https://github.com/tomatophp/filament-subscriptions",
"docs" : "https://github.com/tomatophp/filament-subscriptions"
}