Created
April 1, 2022 08:38
-
-
Save zoispag/b7a30f47ce4cdee76e9122a5eea00b99 to your computer and use it in GitHub Desktop.
Revisions
-
zoispag created this gist
Apr 1, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ { "$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json", "blade": { "directives": [ { "name": "unlessroute", "prefix": "<?php if(Route::currentRouteName() !== ", "suffix": "); ?>" }, { "name": "endunlessroute" } ] } }