my filament resource when i enter value its not saving in db and have error
` SQLSTATE[HY000]: General error: 1364 Field 'value' doesn't have a default value
INSERT INTO
translations (
alias,
updated_at,
created_at) VALUES (fafafafa, 2024-10-18 09:11:24, 2024-10-18 09:11:24)
f but im enter value this is my code ```...ExportAction: Route [login] not defined error
protected static ?string $navigationGroup = 'Settings'; doesn't work
FileUpload multi-node
Filament Table Text Column action not firing
Filament Teams with Some Multi-Tenancy Features
Customization beyond themes and css
custom 2FA
Unable to load filament assets
Is this memory usage normal?
Logo missing from mobile top bar + navigation(false)
navigation(false)
. Apparently the panel logo disappears on screen width < 1024. This makes sense when navigation is enabled, as the logo is then moved to the top of the navigation menu. But when navigation is disabled, then the logo still doesn't appear on the mobile top bar. Is this a bug? Or can I easily get the panel to show the logo on the mobile topbar?Programmatically open relationManager View/Edit modal
View/Edit
action on a specific record in the relationManager.
Motivation...Form relation state
Client
model with morphTo ClientPersonProfile
etc.. when i do Client::with('profile')..
and then i do $this->form->fill($client);
i see client fields in state filled ok = in state are only filled existing form fields (like email), BUT in profile state there is full profile = all columns/model properties, not only for existing fields in group.. its possible to do in way...How to manage ManyToMany relation in TableBuilder and FormBuilder?
filament-fabricator with spatie-laravel-translatable-plugin
Show navigation and topbar conditionally
->navigation(false)
->topbar(false)
->navigation(false)
->topbar(false)
Reuse Component Function
Select
element and I only want it to be required if it is visible
```
Select::make('name')
->required(function ($get) {
$id = $get('category_id');...Help on how to take field values and use them inside Repeater::make fields
Relation Manager creating
I want to change default table for user