vinkla/laravel-hashids

Missing BC Math or GMP extension

Mahdi-Abbariki opened this issue · 1 comments

using PHP 7.2.17-0ubuntu0.18.04.1
and with php -m I have
[PHP Modules]
bcmath
...
gmp
...
and
laravel 5.8
--update
even I add danhunsaker/bcmath to my packages

The danhunsaker/bcmath package wont install ext-bcmath in PHP. This is most likely something in your environment and not an issue with this package.