wuwx/laravel-hashing-md5

v4.0.0 2022-11-01 16:23 UTC

This package is auto-updated.

Last update: 2024-09-26 02:42:48 UTC


README

为 Laravel 添加 MD5 Hasher

安装

composer require wuwx/laravel-hashing-md5

配置

编辑 config/hashing.php 文件,将 driver 更改为 md5

安装

使用 composer 添加该包。

composer require wuwx/laravel-hashing-md5

编辑配置文件中的 hashing.php

'driver' => 'md5',

安装完成!,尽情享受。