wuwx/laravel-hashing-md5

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

This package is auto-updated.

Last update: 2024-04-04 20:00:03 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.