vinkla / hashids

A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
https://hashids.org/php
MIT License
5.28k stars 418 forks source link

when install hashid in laravel mongodb version issue #129

Closed dharmendrakumartiwari closed 5 years ago

dharmendrakumartiwari commented 5 years ago

when install hashid package in laravel mongodb version issue create

vinkla commented 5 years ago

When a person reviews an Issue Request there should be enough information that they have a good handle of what is being discussed, they don’t need to know or come up with a solution instantly, but nothing about the issue should be mystery meat - UpThemes

dharmendrakumartiwari commented 5 years ago

i have error when install package composer require hashids/hashids Using version ^3.0 for hashids/hashids ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

vinkla commented 5 years ago

This is not an issue with this package. You're missing the ext-mongodb PHP extension.