SK
SK
FFilament
Created by SK on 2/11/2024 in #❓┊help
stancl/tenancy Path Identification
Update: I got it partly working. Now I just need a possibility to add the tenant parameter to all routes provided by Filament. Does anyone have any idea?
4 replies
FFilament
Created by SK on 12/9/2023 in #❓┊help
Navigation missing on custom page
Great. Thank you so much for your help!
20 replies
FFilament
Created by SK on 12/9/2023 in #❓┊help
Navigation missing on custom page
Actually it does not collect the new data from the DB. Looking at the code overriding the getViewData function should do the trick.
20 replies
FFilament
Created by SK on 12/9/2023 in #❓┊help
Navigation missing on custom page
The data on my component should be updated with wire:poll. If I only load data in the mount function, the data is not updated until I refresh the page. Therefore I need to pass the data in the render function.
20 replies
FFilament
Created by SK on 12/9/2023 in #❓┊help
Navigation missing on custom page
I see the issue, I had my own render method declared in my custom page to avoid dehydration. When I set my logic back to the mount method it works. Do you know a way to tweak the filament render function for custom pages?
20 replies
FFilament
Created by SK on 12/9/2023 in #❓┊help
Navigation missing on custom page
No description
20 replies
FFilament
Created by SK on 12/9/2023 in #❓┊help
Navigation missing on custom page
No description
20 replies
FFilament
Created by SK on 12/9/2023 in #❓┊help
Navigation missing on custom page
Yes I used „php artisan make:filament-page <pagename>“ but added it to a resource that did not exist before. Might that be the issue?
20 replies