radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

Make `Str` macroable #172

Open BenRutlandWeb opened 2 years ago

BenRutlandWeb commented 2 years ago

the ability to add additional Str methods would be good, I.e. `Str::of('hello')->md5();

BenRutlandWeb commented 2 years ago

The current way Str and Stringable work doesn't allow for the Macroable trait to be added so some though on this is needed as to how calls to Str will store macros on the Stringable object.