77fe6679ce
* Update module generation #714 * Fix method signatures * Fix paths within stubs, use single provider.stub file * Add separate index controller * Update module generation #714 * Fix method signatures * Fix paths within stubs, use single provider.stub file * Update module generation Disable/lower the cache time as found as a workaround in https://github.com/nWidart/laravel-modules/issues/995 * Update editorconfig for line endings * Formatting * Formatting
17 lines
450 B
Plaintext
17 lines
450 B
Plaintext
{
|
|
"name": "$STUDLY_NAME$",
|
|
"alias": "$LOWER_NAME$",
|
|
"description": "",
|
|
"keywords": [],
|
|
"active": 1,
|
|
"order": 0,
|
|
"providers": [
|
|
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\Providers\\AppServiceProvider",
|
|
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\Providers\\EventServiceProvider",
|
|
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\Providers\\RouteServiceProvider"
|
|
],
|
|
"aliases": {},
|
|
"files": [],
|
|
"requires": []
|
|
}
|