How do I integrate `moneyphp/money` with text inputs and columns?
Hello! I want to use
moneyphp/money such that:- On record creation, the user will input in major currency, dollars for example.
- On save,
moneyphp/moneywill convert the dollars into minor currency, cents in this case. - On edit, the user will be shown major currency.
- On view in tables, the user will also be shown major currency.
Solution
