beyondcode / livewire-devtools

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

Enable devtools for Livewire #19

Open msassa opened 2 years ago

msassa commented 2 years ago

I'm getting this message from Livewire Devtools

image

And I have APP_ENV=dev ... what should I do, additionally, to enable Livewire Devtools ?

wit3 commented 2 years ago

APP_ENV=local APP_DEBUG=true

renepardon commented 2 years ago

APP_ENV=local APP_DEBUG=true

unfortunately this does not help - have the same problem and also explicitly build the JS assets with local/dev environemnt and not for production. Any other suggestion?

reppair commented 1 year ago

Same in Firefox and Chrome when built from source also the same using the official Chrome addon.

Using Laravel Sail, Laravel 9, Livewire 2 on MacOS 12.6 (m1)..

@mpociot any advise comes to mind?