-
Notifications
You must be signed in to change notification settings - Fork 39
/
module.json
31 lines (31 loc) · 1.03 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
30
31
{
"name": "Core",
"alias": "core",
"description": "The core module with all base classes and logic.",
"keywords": [],
"require": {},
"version": "1.24.3",
"active": 1,
"order": 0,
"providers": [
"Modules\\Core\\Providers\\CoreServiceProvider",
"Modules\\Core\\Providers\\SidebarServiceProvider",
"Modules\\Core\\Providers\\AssetServiceProvider",
"Collective\\Html\\HtmlServiceProvider",
"Laracasts\\Flash\\FlashServiceProvider",
"Dimsav\\Translatable\\TranslatableServiceProvider",
"Mcamara\\LaravelLocalization\\LaravelLocalizationServiceProvider",
"FloatingPoint\\Stylist\\StylistServiceProvider",
"Maatwebsite\\Sidebar\\SidebarServiceProvider"
],
"aliases": {
"Form": "Collective\\Html\\FormFacade",
"Flash": "Laracasts\\Flash\\Flash",
"LaravelLocalization": "Mcamara\\LaravelLocalization\\Facades\\LaravelLocalization"
},
"files": [
"start.php",
"helpers.php",
"macros.php"
]
}