Skip to content

Commit

Permalink
Improved support for Laravel Idea when entering a name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Oct 3, 2024
1 parent 4c86a1b commit fcf3004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ide.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"id": "dragon-code.create-deploy-operation",
"name": "Create Deploy Operation",
"inputFilter": "deploy-operations",
"regex": ".+",
"files": [
{
"directory": "/operations",
"name": "${CURRENT_TIME|format:yyyy_MM_dd_HHmmss}_${INPUT_CLASS|className|snakeCase}.php",
"name": "${CURRENT_TIME|format:yyyy_MM_dd_HHmmss}_${INPUT_CLASS|className|replace: ,_|upperCamelCase|snakeCase}.php",
"template": {
"type": "stub",
"path": "/stubs/deploy-operation.stub",
Expand Down

0 comments on commit fcf3004

Please sign in to comment.