mralston / laravel-additional-string-helpers
为Laravel的Str和Stringable辅助函数添加了额外的辅助函数。
v1.0.9
2024-04-29 22:26 UTC
Requires
- php: ^7.3|^8.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
README
描述
为Laravel的Str和Stringable辅助函数添加了额外的辅助函数。
安装
使用 Composer 安装Laravel Additional String Helpers
composer require mralston/laravel-additional-string-helpers
该包将自动注册自己。
该包提供的额外字符串辅助函数
Str::markdown()
Str::pluralPhrase()
Stringable::pluralPhrase()
使用方法:Str::of('the item')->pluralPhrase()
Str::humanise()
Stringable::humanise()
使用方法:Str::of('the_item')->humanise()