Skip to content

Commit 6a23bab

Browse files
Merge pull request #180 from TheDragonCode/6.x
Improved support for Laravel Idea when entering a name
2 parents 4d355ba + fcf3004 commit 6a23bab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ide.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"id": "dragon-code.create-deploy-operation",
66
"name": "Create Deploy Operation",
77
"inputFilter": "deploy-operations",
8+
"regex": ".+",
89
"files": [
910
{
1011
"directory": "/operations",
11-
"name": "${CURRENT_TIME|format:yyyy_MM_dd_HHmmss}_${INPUT_CLASS|className|snakeCase}.php",
12+
"name": "${CURRENT_TIME|format:yyyy_MM_dd_HHmmss}_${INPUT_CLASS|className|replace: ,_|upperCamelCase|snakeCase}.php",
1213
"template": {
1314
"type": "stub",
1415
"path": "/stubs/deploy-operation.stub",

0 commit comments

Comments
 (0)