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

encodetocode's avatar

Livewire HTML Directives Doesnt Work in Livewire/Filament Project

I have a multilingual Livewire/Filament project. The Livewire components wire directives don't work in the frontend (not related to Filament) .

Here is some information you might need to know:

  • The livewire.js is loaded.
  • mount and render lifecycle hooks work.
  • The component's Blade file is wrapped in an empty element.

Note: The same issue occurs for all components.

I tried logging and adding dd to the click or submit methods (I tried both the submit and click approaches), but nothing was triggered.

composer.json:

This is the component ContactUs:

and the blade related to it:

would appreciate any help, thank you in advance.

0 likes
1 reply
encodetocode's avatar
encodetocode
OP
Best Answer
Level 2

Problem solved was conflict with jquery cdn i dont know the reason underneath but will check and read about it if got an answer will let you guys know.

Please or to participate in this conversation.