Is there a thing like hot reload for Filament resources?
First time today, i have started working with Filament. What a blast!
However, i am missing something.
While developing with laravel/inertia/vue, or simply with laravel blade there is awesome thing called hot reloading, where all the changes i do are instantly visible in the browser without reloading.
Does Filament have anything similar to it, so when i change FilamentResource i can see the change instantly without having to reload the page in browser?
However, i am missing something.
While developing with laravel/inertia/vue, or simply with laravel blade there is awesome thing called hot reloading, where all the changes i do are instantly visible in the browser without reloading.
Does Filament have anything similar to it, so when i change FilamentResource i can see the change instantly without having to reload the page in browser?
Solution
I added this to my AdminPanelProvider. It seems to be sufficient to fix the auto-refreshing when using Vite.
