Changes to app.blade.php not rendering

I'm using Filamentphp 3 with Laravel 10. Change made to resources/views/components/layouts/app.blade.php does not render. Also any changes made to CSS or JS file does not render. I can see Vite compiles the CSS and JS. Any idea how can I fix this?
1 Reply
Patrick Boivin
app.blade.php would be for the pages of your app, outside of Filament. What are you trying to customize?

Did you find this page helpful?