Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Mythos33's avatar

PhpStorm 8 Blade support for Laravel 5

Hey guys,

I've noticed that my PhpStorm 8 does not support Blade's {!! !!}-syntax which was introduced in L5.

So I won't get autocomplete for e.g. {!! Form::password('password') !!}.

Does anyone of you know a workaround?

I have installed the latest Laravel Plugin for PhpStorm and I'm using the IDE Helper.

/edit:

I've also tried to change the syntax under Blade settings (@{{, {{, {{{) in PhpStorm with no success.

Regards,

Mythos

0 likes
17 replies
Mythos33's avatar

Yep I'm using this IDE Helper and set composer to update the IDE Helper and my models on composer update.

mstnorris's avatar

Have you added it to your Service Provider in app.php?

Mythos33's avatar

Yes everything is up and running, just the autocompletion in blade files is not working. PhpStorm thinks that everything in {!! !!} is just normal HTML, including the tags.

mstnorris's avatar

I don't think you'd need to do anything in particular as I haven't done so

mstnorris's avatar

Silly question but you said you have the latest version of the Laravel Plugin, but have you got the latest version of the IDE helper?

Laravel Plugin v0.7

Laravel Plugin

barryvdh/laravel-ide-helper

IDE helper

Miroslav's avatar

Change Content tags to {!! !!}, and escaped tags to {{}} ?

1 like
Mythos33's avatar

@mstnorris I've installed the latest version of the Laravel Plugin and I've done composer require barryvdh/laravel-ide-helper so it should have installed the latest version of that, too.

@m.rankovic I'll try that later, thanks.

bashy's avatar

You can include images with this

![](urlhere.jpg)
IsraelOrtuno's avatar

I'd say is more this way:

Screenshot

PHP Storm does not support yet the new Laravel 5 blade

4 likes

Please or to participate in this conversation.