Blade syntax in Laravel 5 changed.
Hi,
Phpstorm used to recognize the templating engine from Laravel. They used {{ ... }} to enclose content.
In Laravel 5 they use {!! ... !!} - which PHPstorm does not recognize anymore.
Can this be fixed in the next update?
Regards
Attachment(s):
prob.jpg
请先登录再写评论。
Hi there,
Have a look at this suggestion: https://youtrack.jetbrains.com/issue/WI-26378#comment=27-911940
That did the trick. Thanks.