drice82 / laravel-hashing-md5
dev-master
2023-10-19 13:25 UTC
Requires
- php: ^7.3|^8.0
- illuminate/support: ^5.6|^6.0|^7.0|^8.0|^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^3.6|^4.0|^5.0|^6.0|^7.0|^8.0
- phpunit/phpunit: ^7.0|^8.0|^9.0
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.