mralston/laravel-additional-string-helpers

为Laravel的Str和Stringable辅助函数添加了额外的辅助函数。

v1.0.9 2024-04-29 22:26 UTC

This package is auto-updated.

Last update: 2024-08-29 23:08:22 UTC


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()