diff --git a/ide.json b/ide.json new file mode 100644 index 0000000..c60adf9 --- /dev/null +++ b/ide.json @@ -0,0 +1,35 @@ +{ + "$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json", + "completions": [ + { + "complete": "routeName", + "condition": [ + { + "methodNames": ["baseRoute"], + "classFqn": ["\\Emargareten\\InertiaModal\\Modal"], + "parameters": [1] + } + ] + }, + { + "complete": "inertiaPage", + "condition": [ + { + "methodNames": ["__construct"], + "classFqn": ["\\Emargareten\\InertiaModal\\Modal"], + "parameters": [1] + } + ] + }, + { + "complete": "inertiaPage", + "condition": [ + { + "methodNames": ["modal"], + "classFqn": ["\\Inertia\\Inertia"], + "parameters": [1] + } + ] + } + ] +}