Patabugen
Patabugen
FFilament
Created by Patabugen on 12/12/2024 in #❓┊help
Documentation Bug
We're having some issues with Impersonation (using the lab404/laravel-impersonate package). Our system is partly Filament, but some pages are still pre-filament (vanilla Laravel pages with blad). The issue we're having is when clicking Stop Impersonate from a Filament page, something goes wrong and you get logged out. but... the same link from a non-filament page works as expected. I'm totally perplexed! We're also having other issues - such as loading a Filament page while impersonating does the same thing if we auto-impersonate on login, or if we go through the GUI to impersonate. Can anyone suggest anything to try and diagnose this? Tomorrow I'll to try using the Filament Impersonation Plugin (but I've looked through it's source, and we're doing the same things to start/stop impersonation) to see if that helps at all.
3 replies
FFilament
Created by Patabugen on 8/20/2024 in #❓┊help
Breadcrumbs for ManageRecords
I've noticed that when using the single-page ManageRecords layout for Filament the page doesn't get any breadcrumbs. Which is because of this overriding of getBreadcrumbs Short of re-overriding the method, does anyone know a good way to have breadcrumbs show for single page layouts too? And to help me understand why it's this way, can anyone explain to me why it would work that way? (Why not have a breadcrumb?) https://github.com/filamentphp/filament/blob/3.x/packages/panels/src/Resources/Pages/ManageRecords.php
2 replies
FFilament
Created by Patabugen on 8/1/2024 in #❓┊help
Progressively adding Filament to an existing admin panel
I'd like to progressively add Filament Panels to an existing admin panel, can anyone share any advice or tips? Specifically can anyone point me in the right direction for these: 1. Use the existing login/auth UI (instead of Filaments one) 2. Run Filament without a URL prefix (e.g. no /admin but just /) 3. Leave the existing pages as-is (they're traditional Laravel/Controller/Blade layouts). Or let me know if a reason they're not possible. I'd like to keep the magic of Filament, with a view that one day we won't have the legacy stuff - so I think I don't want to use the Table Builder/etc separately - because I miss out on some of the magic.
18 replies