-
Description:In the documentation is stated that you can format the currency field by using the I tried using the Detailed steps to reproduce the issue on a fresh Nova installation:
Currency::make('Price', 'price')
->currency('EUR')
->format('%.2n')
->rules('required', 'numeric'), |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Mar 12, 2023
Replies: 1 comment
-
|
Only Laravel Nova v1 contains |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Baspa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only Laravel Nova v1 contains
format()method.