wuwx/laravel-hashing-sm3

v2.1.0 2023-03-16 08:46 UTC

This package is auto-updated.

Last update: 2024-09-26 07:42:43 UTC


README

为 Laravel 添加 SM3 哈希器

安装

composer require wuwx/laravel-hashing-sm3

配置

编辑 config/hashing.php,将 driver 更改为 sm3

安装

使用 composer 添加包。

composer require wuwx/laravel-hashing-sm3

编辑配置文件中的 hashing.php

'driver' => 'sm3',

安装完成!享受吧。