black screen on table action
Unique validation on 2 or more columns
$table->unique(['column_1', 'column_2'])
$table->unique(['column_1', 'column_2'])
Action to switch form tabs dynamically
401 on file uploads after switching to HTTP for localhost
livewire.js?id=13b7c601:613
POST https://localhost/livewire/upload-file?expires=1740238903&signature=e3236db37645328d0d61db125bc3240c10943eaad32e100332ddbf1b22cbdc52 401 (Unauthorized)
livewire.js?id=13b7c601:613
POST https://localhost/livewire/upload-file?expires=1740238903&signature=e3236db37645328d0d61db125bc3240c10943eaad32e100332ddbf1b22cbdc52 401 (Unauthorized)
error but clueless
CORS problem when switching to HTTPS for local dev
Access to script at 'http://localhost/js/filament/tables/components/table.js?v=3.2.140.0' from origin 'https://localhost' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Access to script at 'http://localhost/js/filament/tables/components/table.js?v=3.2.140.0' from origin 'https://localhost' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
.env
to https://localhost...Hide a line in navigation group
fi-sidebar-item-grouped-border
so you should be able to safely target it with something like
.fi-sidebar-item-grouped-border > div:first-child {
@apply hidden;
}
.fi-sidebar-item-grouped-border > div:first-child {
@apply hidden;
}

Customize Create page and Edit page Action Labels
TextColumn throwing an exception for the empty ENUM value
language
that is often used in several tables and for now 3 language codes could be used as values.
So, I created an Enum class App\Enums\Language
and in the Eloquent model the attribute language
is cast correctly:
```
protected $casts = [...Create a page dynamically
Custom Action within TablesRenderHook::TOOLBAR_SEARCH_BEFORE
Would it be hard to move a complete Filament project to Multi-tenancy ?
Log Translation (ActivityLog Rômulo Ramos)
php artisan vendor:publish
And it didn't translate, even though it supports the pt-BR language. And how can I display variable labels instead of showing, for example, user.name (showing user).
Form FileUpload cancel hook
Filament/Shield deployment to products throws Undefined variable $component
Can I get the value of a select and run a method? Not ubmitting a form.
Create a dashboard page for a resource
Is there a way to avoid duplicate afterStateUpdated methods ?
Modal preview of form coming form blade view
session message