rw4lll / livewire-devtools

Chrome and Firefox DevTools extension for debugging Livewire applications
MIT License
29 stars 1 forks source link

Livewire 3 #17

Closed codebyray closed 11 months ago

codebyray commented 1 year ago

Any plans to update this so it will recognize Livewire 3?

rw4lll commented 11 months ago

Any plans to update this so it will recognize Livewire 3?

I'm thinking about possible updating this tool to support v3, but not sure about the approach. We could just update existing codebase to support v3 with minor updates, but its very old and it will be more and more difficult to support in the future. This is one of the reasons, why I stopped my current roadmap. On the other side, rebuilding this stuff from scratch is a lot of work and take much more time. What do you think would be better? Quick and dirty update or brand new product?

codebyray commented 11 months ago

I would start with the quick and dirty update. Start a dev branch for the rewrite version and slowly convert to a new codebase.

Lots of developers will be moving to v3 of Livewire and will want to use this tool.

brandon-9 commented 11 months ago

Would be really great to update for V3 now that it's out of Beta.