drice82/laravel-hashing-md5 is a Laravel package.
It currently has 1 GitHub stars and 84 downloads on Packagist.
Install it with composer require drice82/laravel-hashing-md5.
Discover more Laravel packages by drice82
or browse all Laravel packages to compare alternatives.
Last updated
为 Laravel 添加 MD5 Hasher
composer require drice82/laravel-hashing-md5
编辑 config/hashing.php,将 driver 更改为 md5
Add the package with composer.
composer require drice82/laravel-hashing-md5
Edit hashing.php inside configuration file
'driver' => 'md5',
Installation Complete!, Enjoy.