Closed caendesilva closed 2 years ago
I have to feature requests for the readme:
Add the composer installation command for easy copy and paste
composer require robthree/humanoid
Add the proper namespace in the example, had to look at the source to see that I needed the following:
use RobThree\HumanoID\HumanoIDs;
Edit: While looking at the source I found the spaceIdGenerator which I think is cooler. Something to add to the readme as well?
BAM!
I have to feature requests for the readme:
Add the composer installation command for easy copy and paste
Add the proper namespace in the example, had to look at the source to see that I needed the following:
Edit: While looking at the source I found the spaceIdGenerator which I think is cooler. Something to add to the readme as well?