-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmodule.json
More file actions
29 lines (29 loc) · 1.14 KB
/
module.json
File metadata and controls
29 lines (29 loc) · 1.14 KB
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": "FilamentSaasPanel",
"alias": "filament-saas-panel",
"description": {
"ar": "Ready to use SaaS panel with integration of Filament Accounts Builder and Jetsteam teams",
"en": "Ready to use SaaS panel with integration of Filament Accounts Builder and Jetsteam teams",
"gr": "Ready to use SaaS panel with integration of Filament Accounts Builder and Jetsteam teams",
"sp": "Ready to use SaaS panel with integration of Filament Accounts Builder and Jetsteam teams"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentSaasPanel\\FilamentSaasPanelServiceProvider"
],
"files": [],
"title": {
"ar": "SaaS Panel",
"en": "SaaS Panel",
"gr": "SaaS Panel",
"sp": "SaaS Panel"
},
"color": "#cc1448",
"icon": "heroicon-c-users",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-saas-panel/master/arts/3x1io-tomato-saas-panel.jpg",
"type": "plugin",
"version": "v1.0.1",
"github" : "https://github.com/tomatophp/filament-saas-panel",
"docs" : "https://github.com/tomatophp/filament-saas-panel"
}