wuwx/laravel-hashing-sm3

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

This package is auto-updated.

Last update: 2024-04-16 11:16:23 UTC


README

为 Laravel 添加 SM3 Hasher

安装

composer require wuwx/laravel-hashing-sm3

配置

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

Installation

Add the package with composer.

composer require wuwx/laravel-hashing-sm3

Edit hashing.php inside configuration file

'driver' => 'sm3',

Installation Complete!, Enjoy.