xfancy/hasher

MD5 support in laravel

1.0 2018-05-21 09:01 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:06:50 UTC


README

用法

composer require xfancy/hasher

或者在你的composer.json 的require部分中添加:

 "xfancy/hasher": "~1.0"

下载完毕之后,直接配置 app/configproviders:

//Illuminate\Hashing\HashServiceProvider::class,
\Xfancy\Hasher\MD5HasherProvider::class,