-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.json
29 lines (29 loc) · 1.04 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": "FilamentLocations",
"alias": "filament-locations",
"description": {
"ar": "بيانات الدول والمناطق مخزنة في قاعدة البيانات",
"en": "Database Seeds for Locations for FilamentPHP",
"gr": "Database Seeds for Locations for FilamentPHP",
"sp": "Database Seeds for Locations for FilamentPHP"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentLocations\\FilamentLocationsServiceProvider"
],
"files": [],
"title": {
"ar": "المناطق",
"en": "Locations Seeder",
"gr": "Locations Seeder",
"sp": "Locations Seeder"
},
"color": "#cc1448",
"icon": "heroicon-c-globe-asia-australia",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-locations/master/arts/3x1io-tomato-locations.jpg",
"type": "plugin",
"version": "v1.0.5",
"github" : "https://github.com/tomatophp/filament-locations",
"docs" : "https://github.com/tomatophp/filament-locations"
}