diff --git a/ide.json b/ide.json new file mode 100644 index 0000000..7fc1c1e --- /dev/null +++ b/ide.json @@ -0,0 +1,20 @@ +{ + "$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json", + "completions": [ + { + "complete": "routeName", + "condition": [ + { + "classFqn": ["Illuminate\\Routing\\Router"], + "methodNames": ["isLocalized"], + "parameters": [1] + }, + { + "classFqn": ["Illuminate\\Routing\\Router"], + "methodNames": ["hasLocalized"], + "parameters": [1] + } + ] + } + ] +}