Blackpig
Blackpig
FFilament
Created by Blackpig on 7/1/2024 in #❓┊help
Custom layout - setting data from $get throws fatal Typed property initialization error
I'm trying to use an existing method from the ViewComponent - if I change my method from viewData to layoutData and getLayoutData it's all good. Thanks for listening 🦆
4 replies
FFilament
Created by Blackpig on 6/21/2024 in #❓┊help
Add an option to Checkboxlist via an Action
RTFM - I didn't know that method existed. Thanks.
6 replies
FFilament
Created by Blackpig on 6/21/2024 in #❓┊help
Add an option to Checkboxlist via an Action
No description
6 replies
FFilament
Created by Blackpig on 12/23/2023 in #❓┊help
Spatie Translatable Plugin - Repeater Fields Supported
Sorry, been busy with work. If I get time I'll spin up a quick project later. IIRC - I just added the repeater field to the translatable array on the model and added the relevant traits/concerns. The main difference from a normal text input is when switching locale, the text input would be on the page ready for the new language input. But with a repeater - if you have already added 3 in the 'EN' locale and then switch to 'FR' - you would need to add the 3 repeaters again - it doesn't auto-magically create 3 'empty' repeaters awaiting translated input. I also wasn't using the repeater for a relationship - it was data stored in a JSON field on the model.
11 replies
FFilament
Created by Blackpig on 12/23/2023 in #❓┊help
Spatie Translatable Plugin - Repeater Fields Supported
ok, I'll see if I can find out where I used it
11 replies
FFilament
Created by Blackpig on 12/23/2023 in #❓┊help
Spatie Translatable Plugin - Repeater Fields Supported
@Haydra help you with what?
11 replies
FFilament
Created by jakeb on 4/24/2024 in #❓┊help
Data Submitted with forms not making it into SQL Query
Easily done 👍🏻
6 replies
FFilament
Created by jakeb on 4/24/2024 in #❓┊help
Data Submitted with forms not making it into SQL Query
Change your fillable in the model to protected $fillable = ['ipint', 'dnsptr'];
6 replies
FFilament
Created by tobi@studio on 4/10/2024 in #❓┊help
I 'm looking for Laravel Nova expert.
Try there ^^^
5 replies
FFilament
Created by tobi@studio on 4/10/2024 in #❓┊help
I 'm looking for Laravel Nova expert.
5 replies
FFilament
Created by WEBMAS on 4/5/2024 in #❓┊help
How to place a navigation element without a group between groups or after?
Sometimes we have to live within the limitations of the tools we use . Filament is incredibly flexible and you have been given multiple potential solutions - if none of them are an exact fit for your needs then you may need to adapt your expectations and requirements
54 replies
FFilament
Created by L!am on 4/5/2024 in #❓┊help
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'shipment_items.organization_id' in 'where cl
32 replies
FFilament
Created by L!am on 4/5/2024 in #❓┊help
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'shipment_items.organization_id' in 'where cl
I don't know the VSCode extension you're using but can you access mysql from your command line? If so DESCRIBE <your_table> will show your table definition
32 replies
FFilament
Created by WEBMAS on 4/5/2024 in #❓┊help
How to place a navigation element without a group between groups or after?
54 replies
FFilament
Created by ericmp on 4/3/2024 in #❓┊help
How to translate filament filepond placeholder?
Search the discord - I'm pretty sure this has been asked before - iirc I don't think it can done within Filament as it's coming from Filepond
5 replies
FFilament
Created by Mexata on 3/27/2024 in #❓┊help
Guava Tutorials Plugin
https://discord.com/channels/883083792112300104/1167940030111698954 but as the docs say, this is in alpha release so use at your own risk
15 replies
FFilament
Created by Wirkhof on 3/7/2024 in #❓┊help
How to save the value of hidden toggle?
7 replies
FFilament
Created by Lars van Herwijnen on 3/5/2024 in #❓┊help
Update hidden fields (Relationship)
I had something similar when I wanted to manipulate the value of hidden field ended removing the hidden field and adding logic to https://filamentphp.com/docs/3.x/panels/resources/editing-records#customizing-data-before-saving
12 replies
FFilament
Created by WEBMAS on 3/1/2024 in #❓┊help
How to make multilingual?
There's the Filament package for Spatie Translatable https://filamentphp.com/plugins/filament-spatie-translatable
14 replies