Answers for "missing bc math or gmp extension. laravel"

1

Missing BC Math or GMP extension.

To install GMP for PHP7.0 on Ubuntu, 
run: sudo apt-get install php-gmp

Restart apache : sudo service apache2 restart

Make sure your php.ini contains the following: extension=php_gmp.so

To find out where your php.ini is located, run: php --ini
Posted by: Guest on June-08-2020

Code answers related to "missing bc math or gmp extension. laravel"

Browse Popular Code Answers by Language