forked from AsgardCms/User
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
23 lines (23 loc) · 701 Bytes
/
module.json
File metadata and controls
23 lines (23 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "User",
"alias": "user",
"description": "The user module is responsible for managing users and permissions.",
"keywords": [],
"version": "1.7.0",
"active": 1,
"order": 1,
"providers": [
"Modules\\User\\Providers\\UserServiceProvider",
"Modules\\User\\Providers\\EventServiceProvider",
"Modules\\User\\Providers\\RouteServiceProvider"
],
"aliases": {
"Sentinel": "Cartalyst\\Sentinel\\Laravel\\Facades\\Sentinel",
"Sentry": "Cartalyst\\Sentry\\Facades\\Laravel\\Sentry",
"Activation": "Cartalyst\\Sentinel\\Laravel\\Facades\\Activation",
"Reminder": "Cartalyst\\Sentinel\\Laravel\\Facades\\Reminder"
},
"files": [
"composers.php"
]
}