Skip to content

Instantly share code, notes, and snippets.

@zoispag
Created April 1, 2022 08:38
Show Gist options
  • Save zoispag/b7a30f47ce4cdee76e9122a5eea00b99 to your computer and use it in GitHub Desktop.
Save zoispag/b7a30f47ce4cdee76e9122a5eea00b99 to your computer and use it in GitHub Desktop.
@unlessroute automcompletion
{
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
"blade": {
"directives": [
{
"name": "unlessroute",
"prefix": "<?php if(Route::currentRouteName() !== ",
"suffix": "); ?>"
},
{
"name": "endunlessroute"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment