Guidance custom field

Hi, Im looking for someone that can guide me with creating a custom field in Laravel Filament. Will be by discord and I will pay for it (don't know if this is the right channel so if im wrong, correct me). Custom field is about using data from the active form in that component. Cheers!
3 Replies
Lara Zeus
Lara Zeus2d ago
Dan has an amazing videos on how to build plugins and custom components https://laracasts.com/series/build-advanced-components-for-filament/episodes/12?referer=DanHarrin https://filamentphp.com/docs/3.x/support/plugins/getting-started other source is to look into already existing plugins and check how they making it!
D5300
D5300OP2d ago
@Lara Zeus you think it will fit for my project? Basically its a component that depends on data from the form which has to be rendered for a preview. Something like the Section class would do
toeknee
toeknee2d ago
Is this a custom field? Or is this just a view field? Sounds like you just need to call a view field with the data passed in, using a closure on the schema for the view field contents means you can pass the live data in 🙂

Did you find this page helpful?