V3 equivalent of `Filament::serving`
What is the V3 equivalent of
Filament::serving
?
For example, where do I put
6 Replies
Solution
I think it's still doable in any service provider in your app
Btw. no need to disable Debugbar in Filament. Just disable the View Collector on the debugbar config.
Maybe not even needed in v3 anymore
Ok, so serving is still just fine?
You are right, I can disable Debugbar by adding it to the
except
config of debubar
Maybe not even needed in v3 anymoreWell it looks like its still needed
Orrr just disable the view collector π Personally I removed debug bar and use telescope isntead.
Same! Telescope makes it easier to follow a single Livewire component across many actions/requests.