'How to install php's gmp for windows?
- Root composer.json requires PHP extension ext-gmp * but it is missing from your system. Install or enable PHP's gmp extension.
I'm getting this error, so can anyone tell me how to resolve this error?
Solution 1:[1]
If you are using XAMPP:
;extension=gmp
Uncomment(remove ; from ;extension=gmp) this line in your php.ini file!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | divyesh makvana |
