Skip to content

Commit

Permalink
Add route autocompletion support for the Laravel Idea plugin (gnikyt#916
Browse files Browse the repository at this point in the history
)
  • Loading branch information
squatto authored Jul 23, 2021
1 parent acca5e3 commit 2bdd86e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ide.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "http://laravel-ide.com/schema/laravel-ide-v1.json",
"completion": {
"route": [
{
"methods": ["tokenRedirect"],
"classes": ["Redirect", "Redirector"],
"parameters": [1]
},
{
"methods": ["tokenRoute"],
"classes": ["URL", "UrlGenerator"],
"parameters": [1]
}
]
}
}

0 comments on commit 2bdd86e

Please sign in to comment.