-
Hi devs, I am very interested in this package and I would like if you can create new fields like in Laravel Nova? |
Beta Was this translation helpful? Give feedback.
Answered by
danharrin
Mar 2, 2021
Replies: 1 comment 1 reply
-
Yes! You may extend the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adrian-ub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! You may extend the
Filament\Forms\Components\Field
class and overwrite the$view
property with the path to a custom view. I will document the process soon and keep you updated.