vinkla / laravel-hashids

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

Lower case #129

Closed murilolivorato closed 4 years ago

murilolivorato commented 4 years ago

hello ,I want to make lowercase . I dont know what is happening

FOLDER -
$code            = Hashids::connection('code')->encode(2);

 'code' => [
            'salt' => 'qwertyiopasdfghjkllzxcvbnm123456789',
            'length' => 8,
        ],

It is like this the result -

xpoNeP90

with some words uppercase . how could I make it all lowercase ? thanks

vinkla commented 4 years ago

Try changing the alphabet instead of the salt.