Wallogit.com
2017 © Pedro Peláez
MD5 support in laravel
composer require coder-mu-yao/hasher
或者在你的composer.json的require部分添加:, (*1)
"coder-mu-yao/hasher": "~1.0"
下载完毕之后,直接配置app/config.php的providers:, (*2)
Laravist\Hasher\MD5HasherProvider::class,