Help Us Improve Filament’s Docs & Education in v4
Set multiple properties on the same field
Pages not displaying in Cluster nav
php artisan make:filament-page Products
(no resource and selected namespace App\Filament\Clusters\Settings\Pages
), which generates file Filament page [app/Filament/Clusters/Settings/Pages/Products.php] created successfully.
. However, it does not appear in the cluster. What could be the reason for this? Other pages are displayed correctly. Even copying an existing page and changing the class name does not work.
Even after executing command php artisan filament:upgrade
, nothing is visible.
Laravel: 11.44.0 / PHP: 8.4.3 / Filament: 3.3.0...Background Cell Color?
Select option formatting
Passing ID to a custom header action in show page
Delete equivalent of handleRecordUpdate or handleRecordCreation
handleRecordCreation
to insert additional logic, same with update page where we have handleRecordUpdate
are there any equivalent for delete?...Anyone modified Filament3 to work with Tailwind4?
todo list
Forbidden when edit richtext
Can't seem to globally change the AttachAction modal width?
Filament\Tables\Actions\AttachAction
modalWidth
.
I'm doing the following:
```php
Tables\Actions\AttachAction::configureUsing(function (Tables\Actions\AttachAction $component): void {...configureUsing
method, it appears there is an isImportant
parameter that I can set to true which solves my issue.how to use formats with importer
Form builder - trying to create/edit relationship with pivot
I am trying to implement the csv export but file not created.
sync
and your queue is not running?
The GET method is not supported for route livewire/update. Supported methods: POST.

No synthesizer found for key: "" on FileUpload
Filament accessibility for Screen Readers
validationMessages within createOptionsFrom not working as expected

Finding the files or code to edit the Error message

How to dynamically set defaults for Repeater fields?
red
selected
- Repeater has a Select Field color
too, that should have the default red
(but can be changed independently, so not the same field ID)...