0
  • 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?

1 Answers1

0

If you are using XAMPP:

;extension=gmp

Uncomment(remove ; from ;extension=gmp) this line in your php.ini file!

divyesh makvana
  • 384
  • 1
  • 5