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

daproduction's avatar

Quill.js not working with Livewire 3 wire:navigate in Laravel 11 SPA

I'm using Laravel 11 with Livewire 3 and implementing SPA (Single Page Application) behavior using the wire:navigate directive. However, I'm facing an issue with Quill.js:

  • When I navigate between pages using wire:navigate, Quill.js doesn't initialize or work properly.
  • If I manually reload the page or remove the wire:navigate directive, Quill.js works as expected.

What I've Tried:

  • Verified Quill.js initialization in the component's mounted hook.
  • Tried reinitializing Quill in Livewire.hook('message.received').
  • Removed wire:navigate and Quill.js worked, but I lose the SPA behavior.
0 likes
1 reply

Please or to participate in this conversation.