Patabugen
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.php2 replies
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