Filament + app layout
How does Filament decide which layout to use?
I've followed the setup instructions and and have a
resources/views/components/layouts/app.blade.php
file, but I'm pretty sure it's not using it π€
Here is my layout (it's mostly vanilla with some changes)
2 Replies
Filament doesn't use an app layout, it uses it's own layout.
If you want to build a liveware based stack which then has filament forms/tables/notifications integrated with you do it similar to the above
Ok my problem is I don't have live reload on the filament pages (this is how I noticed the layout issue). So is there a way to get this to work with vite? Or any way to modify/publish the Filament layout?
I have
app/Filament/**
in my vite.config
but, from what I can see, i'm missing the required js code to enable live-reload (or w/e it's called)