-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
538b7cc
commit e799362
Showing
2 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
{ | ||
"name": "{Module}", | ||
"namespace": "Modules\\{Module}\\", | ||
"provider": "Modules\\{Module}\\Providers\\{Module}ServiceProvider", | ||
"author": "N/A", | ||
"url": "N/A", | ||
"version": "1.0", | ||
"description": "The description for module {module}" | ||
} | ||
"namespace": "{Module}", | ||
"code": "{-name}", | ||
"author": "Bieber Kieu", | ||
"url": "https://omaicode.com", | ||
"version": "1.0.0", | ||
"description": "Made with love by Bieber Kieu", | ||
"provider": "\\Modules\\{Module}\\Providers\\{Module}ServiceProvider", | ||
"enable": true, | ||
"order": 0 | ||
} |