Relative Content

Tag Archive for laravellaravel-filamentfilamentphp

Filament Action Modal Close

How to deal with actions that redirect to a Laravel Controller for pdf download, but modal does not close because of the redirect, how to implement something that closes modal.

Filament 3 Custom Page Header

everyone. This is my first to ask a question on this platform. I just want to ask how to customize the main heading (The title) of a page in filament 3? I created a Fisherfolk resource and in the data entry, the heading is “Create Fisherfolk”. I want to change this to “Add fisherfolk”. I have done some research and I successfully changed the heading but the breadcrumbs above it is now missing. Do have any solutions that will only affect the main heading of the page?

In Filament, the pxlrbt-spotlight plugin doesn’t show records

I recently installed the pxlrbt-spotlight plugin and I think it’s amazing.
However, I’m encountering an issue with displaying records in the search list. Initially, the records were showing up in the search list similar to the Filament Global Search. But after setting shouldRegisterSpotlight() to false on some pages, the records disappeared. Even after undoing my changes, the records still don’t appear. Currently, only the pages are displayed in the search results.