vinkla / laravel-hashids

A Hashids bridge for Laravel
MIT License
2k stars 173 forks source link

PHP EXT Required: Missing BC Math or GMP extension. #98

Closed timothymarois closed 6 years ago

timothymarois commented 6 years ago

I haven't seen any requirement in the readme for a specific PHP Extension.

[2018-10-15 13:29:14] local.ERROR: Missing BC Math or GMP extension. {"exception":"[object] (RuntimeException(code: 0): Missing BC Math or GMP extension. at /vendor/hashids/hashids/src/Hashids.php:418)
vinkla commented 6 years ago

https://github.com/ivanakimov/hashids.php/#getting-started

timothymarois commented 6 years ago

Thanks @vinkla