wuwx/laravel-hashing-md5

v4.2.0 2025-03-02 03:01 UTC

This package is auto-updated.

Last update: 2025-03-30 03:12:20 UTC


README

为 Laravel 添加 MD5 Hasher

安装

composer require wuwx/laravel-hashing-md5

配置

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

Installation

Add the package with composer.

composer require wuwx/laravel-hashing-md5

Edit hashing.php inside configuration file

'driver' => 'md5',

Installation Complete!, Enjoy.