beyondcode / livewire-devtools

Chrome and Firefox DevTools extension for debugging Livewire applications
MIT License
417 stars 23 forks source link

Detect Livewire version #2

Closed mpociot closed 3 years ago

mpociot commented 3 years ago

We should detect and show the Livewire version that was found on the website. This will require a PR to the livewire repo.

nuernbergerA commented 3 years ago

Hey @mpociot,

i would go with window.livewire_version.

Do you know a way to fetch the version from composer? I assume @calebporzio won't maintain a const VERSION

naeemanaz commented 3 years ago

👍