how to edit the style of the preview image in Laravel Filamentphp FileUpload
I want to edit the style of the preview section the pre-upload from this style screenshot 1 to something like the example I show down.
Custom table grouped by column Filament
I have a <table_name>
with ±100k rows and I want to display only grouped rows based on <column_name>
with Filament inside a Laravel project.
Best setup to work on custom plugins/packages for Laravel + Filament
I am currently working on some custom form components within my Laravel setup (“/packages/forms”). Going with all the examples I can find, there does not seem to be a proper way to watch for file changes like you would with the basic Vite setup.
How to bypass the login page (MohmmedAshraf/laravel-translations package)?
Github (package)
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?
FilamentPHP – How to set component attribute dynamically
I have a form that consists of text input and select components
And I want to update select component maxItem attribute dynamically based on the text input value.
Filament: Style customization using css hook classes not working
I’m trying to style various elements using the CSS hook classes, and for multiple of them the styles are not applied. I’ll focus on two here.
Password reset not working in laravel with filament php
I’ve enabled authentication in the AdminPanelProvider
like so:
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.