How to define a blade closing directive in php storm?
I'm using the @hasSection directive in my layout file, however php storm does not recognise it. I've added it to list of existing directives which is working fine, but it still doesnt recognise @endif as it's closing directive... How can I define @endif to be @hasSection's closing directive within php storm?
@ejdelmonico yes that plugin is also installed. All the other blade directives work as expected, I only have an issue with "@hasSection". I have added it to the directives list and it's now being recognised by the editor, however it still does not recognise "@endif" as its closing counterpart.