@ravish Have you checked this discussion? https://laracasts.com/discuss/channels/laravel/does-someone-know-how-to-configure-phpstorm-with-the-new-l7-blade-tags
It seems same type of problem has solved already.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am getting warnings or plain syntax color while using the following
@livewire('component-name')
//white text
<livewire:component-name>
//warning: Namespace livewire is not defined
<div wire:init="method">...</div>
//warning: namespace wire not bound
I fixed the first issue by adding livewire directive to languages & frameworks > php > blade.
But i dont know how to go about the other.
https://plugins.jetbrains.com/plugin/13441-laravel-idea
Livewire, BladeX, Dusk and other third-party packages support
Please or to participate in this conversation.