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.27k stars 417 forks source link

Cannot be used in CodeIgniter framework #120

Closed tyl569 closed 6 years ago

tyl569 commented 6 years ago

When I install hashids in CodeIgniter framework, there is a error Message: Class 'Hashids\Hashids' not found, if I want to use it in the CodeIgniter framework, I can't use vender loading it.

Azhovan commented 6 years ago

Did you run composer dump-autoload -o ?

vinkla commented 6 years ago

Thanks for helping out @asadijabar!

@tyl569 I would say this isn't related to the Hashids project. This is an issue in your development environment Please see this article about using CodeIgniter with Composer.