wuwx/laravel-hashing-md5

v4.1.0 2024-11-23 14:55 UTC

This package is auto-updated.

Last update: 2024-11-23 14:57:34 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.