forked from Idavoll/Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
26 lines (26 loc) · 756 Bytes
/
Copy pathmodule.json
File metadata and controls
26 lines (26 loc) · 756 Bytes
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
{
"name": "Core",
"alias": "core",
"description": "The core module with all base classes and logic.",
"keywords": [],
"require": {},
"version": "2.5.0",
"active": 1,
"order": 0,
"providers": [
"Modules\\Core\\Providers\\CoreServiceProvider",
"Modules\\Core\\Providers\\SidebarServiceProvider",
"Modules\\Core\\Providers\\AssetServiceProvider",
"FloatingPoint\\Stylist\\StylistServiceProvider",
"Maatwebsite\\Sidebar\\SidebarServiceProvider"
],
"aliases": {
"AsgardEditorDirective": "Modules\\Core\\Blade\\Facades\\AsgardEditorDirective"
},
"files": [
"start.php",
"helpers.php",
"macros.php",
"collectionMacros.php"
]
}