Laravel 8 snake {#collection-method}
snake
方法用于将字符串转换为 蛇形命名方式
:
use Illuminate\Support\Str;
$converted = Str::of('fooBar')->snake();
// foo_bar
snake
方法用于将字符串转换为 蛇形命名方式
:
use Illuminate\Support\Str;
$converted = Str::of('fooBar')->snake();
// foo_bar