PHP Storm live template for blade not working

 

This is my blade template code ,  i started with @extend of the other template but somehow the system dont recognise that it is actually blade . I set context of live template to html as i cannot find any for blade . 

0
1 comment
Avatar
Permanently deleted user

Hello,

Since Blade files support HTML as a template language just as PHP files, using HTML context is fine as it will allow templates to be expanded within Blade files.

If you don't feel comfortable with that, please submit the feature request for Blade context in live templates to our tracking system here: http://youtrack.jetbrains.com/issues/WI#newissue=yes .

0

Please sign in to leave a comment.