Why is BCMath a requirement for laravel? #43816
Answered
by
andrey-helldar
mathiasHillmann
asked this question in
General
-
https://laravel.com/docs/9.x/deployment#server-requirements BCMath stand out as the odd one out of the bunch. Why is it needed? |
Beta Was this translation helpful? Give feedback.
Answered by
andrey-helldar
Aug 23, 2022
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mathiasHillmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The framework uses the
bcmod
function in thevalidator
.