Skip to content

Commit 0763315

Browse files
Merge pull request #127 from TheDragonCode/4.x
Added support for published stabs (Laravel Idea 6.3.0+)
2 parents 957608e + 4cc035e commit 0763315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ide.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"name": "${CURRENT_TIME|format:yyyy_MM_dd_HHmmss}_${INPUT_CLASS|className|snakeCase}.php",
1212
"template": {
1313
"type": "stub",
14-
"path": "resources/stubs/action.stub"
14+
"path": "/stubs/action.stub",
15+
"fallbackPath": "resources/stubs/action.stub"
1516
}
1617
}
1718
]

0 commit comments

Comments
 (0)