drice82/laravel-hashing-md5

dev-master 2023-10-19 13:25 UTC

This package is auto-updated.

Last update: 2025-06-19 17:00:14 UTC


README

为 Laravel 添加 MD5 Hasher

安装

composer require drice82/laravel-hashing-md5

配置

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

Installation

Add the package with composer.

composer require drice82/laravel-hashing-md5

Edit hashing.php inside configuration file

'driver' => 'md5',

Installation Complete!, Enjoy.