mirror of
https://gh.wpcy.net/https://github.com/freescout-help-desk/SampleModule.git
synced 2026-07-16 08:16:45 +08:00
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"name": "Sample Module",
|
|
"alias": "samplemodule",
|
|
"description": "Sample module which displays a text in the dashboard",
|
|
"version": "1.0.0",
|
|
"keywords": [],
|
|
"active": 1,
|
|
"order": 0,
|
|
"providers": [
|
|
"Modules\\SampleModule\\Providers\\SampleModuleServiceProvider"
|
|
],
|
|
"aliases": {},
|
|
"files": [
|
|
"start.php"
|
|
],
|
|
"requires": []
|
|
}
|