-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmoox.json
234 lines (234 loc) · 7.65 KB
/
moox.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
{
"stats": {
"packages": 10,
"downloads": 1000,
"downloads_packagist": 100,
"downloads_vscode": 100,
"stargazers": 50,
"contributors": 10
},
"packages": [
{
"name": "audit",
"description": "Moox Audit is a Filament and Laravel package that allows to log every detail of your application.",
"latest": "3.1.0",
"released": true,
"category": "logging"
},
{
"name": "builder",
"description": "Moox Builder is a Filament and Laravel package that allows to build your own components.",
"latest": "3.1.0",
"released": true,
"category": "development",
"current": {
"features": [
"This is a feature"
],
"fixes": [
"This is a commit message"
]
},
"classes": [
"This is a class"
],
"models": [
"This is a model"
],
"resources": [
"This is a resource"
],
"routes": [
"This is a route"
],
"views": [
"This is a view"
]
},
{
"name": "category",
"description": "Moox Category is a Filament and Laravel package that allows to manage your categories.",
"latest": "3.1.0",
"stargazers": 50,
"downloads": 100,
"released": true,
"category": "taxonomy",
"used_for": "single or system wide categories",
"template_for": "nested taxonomy",
"template_rename": {
"Category": "%%Taxonomy%%",
"Categories": "%%Taxonomys%%",
"category": "%%taxonomy%%",
"categories": "%%taxonomys%%"
},
"current": {
"main": [
"This is a feature"
],
"features": [
"This is a feature"
],
"classes": [
"This is a class"
],
"models": [
"This is a model"
],
"resources": [
"This is a resource"
],
"routes": [
"This is a route"
],
"views": [
"This is a view"
]
},
"next": {
"main": [
"This is a feature"
],
"features": [
"This is a feature"
],
"fixes": [
"This is a commit message"
],
"classes": [
"This is a class"
],
"models": [
"This is a model"
],
"resources": [
"This is a resource"
],
"routes": [
"This is a route"
],
"views": [
"This is a view"
]
}
},
{
"name": "core",
"description": "Moox Core is a Filament and Laravel package that provides core functionality for your application.",
"latest": "3.1.0",
"released": true,
"category": "core"
},
{
"name": "expiry",
"description": "Moox Expiry is a Filament and Laravel package that allows to manage your expirations.",
"latest": "3.1.0",
"released": true,
"category": "tools"
},
{
"name": "flags",
"description": "Moox Flags is a Filament and Laravel package that allows to manage your flags.",
"latest": "3.1.0",
"released": true,
"category": "icons"
},
{
"name": "jobs",
"description": "Moox Jobs is a Filament and Laravel package that allows to manage your job queues.",
"latest": "3.1.0",
"released": true,
"category": "tools"
},
{
"name": "login-link",
"description": "Moox Login Link is a Filament and Laravel package that allows to send login links to your users.",
"latest": "3.1.0",
"released": true,
"category": "users"
},
{
"name": "notifications",
"description": "Moox Notifications is a Filament and Laravel package that allows to send notifications to your users.",
"latest": "3.1.0",
"released": true,
"category": "users"
},
{
"name": "passkey",
"description": "Moox Passkey is a Filament and Laravel package that allows passkey authentication.",
"latest": "3.1.0",
"released": true,
"category": "users"
},
{
"name": "permission",
"description": "Moox Permission is a Filament and Laravel package that allows to manage your permissions.",
"latest": "3.1.0",
"released": true,
"category": "users"
},
{
"name": "press",
"description": "Moox Press is a Filament and Laravel package that connects to WordPress.",
"latest": "3.1.0",
"released": true,
"category": "press"
},
{
"name": "security",
"description": "Moox Security is a Filament and Laravel package that allows to manage your security.",
"latest": "3.1.0",
"released": true,
"category": "security"
},
{
"name": "skeleton",
"description": "Moox Skeleton is a GitHub template for building a Laravel package.",
"latest": "3.1.0",
"released": true,
"category": "development"
},
{
"name": "sync",
"description": "Moox Sync is a Filament and Laravel package that allows to sync your data.",
"latest": "3.1.0",
"released": true,
"category": "tools"
},
{
"name": "tag",
"description": "Moox Tag is a Filament and Laravel package that allows to manage your tags.",
"latest": "3.1.0",
"released": true,
"category": "taxonomy"
},
{
"name": "trainings",
"description": "Moox Trainings is a Filament and Laravel package that allows to manage your trainings.",
"latest": "3.1.0",
"released": true,
"category": "tools"
},
{
"name": "user",
"description": "Moox User is a Filament and Laravel package that allows to manage your users.",
"latest": "3.1.0",
"released": true,
"category": "users"
},
{
"name": "user-device",
"description": "Moox User Device is a Filament and Laravel package that allows to manage your user devices.",
"latest": "3.1.0",
"released": true,
"category": "users"
},
{
"name": "user-session",
"description": "Moox User Session is a Filament and Laravel package that allows to manage your user sessions.",
"latest": "3.1.0",
"released": true,
"category": "users"
}
]
}