livewire-devtools
livewire-devtools copied to clipboard
Enable devtools for Livewire
I'm getting this message from Livewire Devtools

And I have APP_ENV=dev ... what should I do, additionally, to enable Livewire Devtools ?
APP_ENV=local APP_DEBUG=true
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?
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?