Closed murilolivorato closed 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
Try changing the alphabet instead of the salt.
alphabet
hello ,I want to make lowercase . I dont know what is happening
It is like this the result -
with some words uppercase . how could I make it all lowercase ? thanks