skybert
skybert
FFilament
Created by skybert on 8/23/2023 in #❓┊help
Load action modal in different livewire component
Hi there! I was wondering if there is a way to load a action modal/slide-over in a different livewire component than what it was created in. I am looking at needing this as the app layout is based on normal blade templates, and z indexes and stuff interfer and makes the slide overs and modal render "inside" the space for the component which called it, not the whole page (which is wanted behaviour). Any way to do this? Tried having a read at the docs, but my brain is completely fried...
27 replies
FFilament
Created by skybert on 8/13/2023 in #❓┊help
(Manually load JS/CSS) Filament v3 & stancl/tenancy
Hi there! I am trying to get the Filament Form Builder v3 to work with stancl/tenancy, but are getting some issues when trying to use @filamentStyles and @filamentScripts. When they are present in my layout i get an exception from stancl\tenancy that "Tenant could not be identified on domain test1.app.domain.com" In v2 this does not seem to be a problem and the package is explicitly documented here: https://filamentphp.com/docs/2.x/admin/resources/getting-started#stancltenancy I have tried as close as possible to replicate the instructions there, and have made Livewire v3 work as it should, but the issue is isolated to the Filament Asset Manager and when it loads the registered assets. Any suggestions for a remedy that can make this exception go away?
60 replies