invoiceninja/app/Console/Commands/stubs/json.stub

18 lines
362 B
Text
Raw Normal View History

2016-12-08 15:41:35 +02:00
{
"name": "$STUDLY_NAME$",
"alias": "$LOWER_NAME$",
"description": "",
"keywords": [],
"active": 1,
"order": 0,
"providers": [
2016-12-09 14:02:29 +02:00
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\Providers\\$STUDLY_NAME$ServiceProvider"
2016-12-08 15:41:35 +02:00
],
"aliases":{},
"files": [
"start.php"
],
2016-12-08 17:09:45 +02:00
"icon": "th-large",
"plural": "$LOWER_NAME$"
2016-12-08 15:41:35 +02:00
}