library hasher
md5 support in md5
zhctest/hasher
md5 support in md5
- Monday, July 9, 2018
- by harden13
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
开发laravel扩展
用法
composer require young/hasher
, (*1)
或者在你的composer.json文件中添加, (*2)
"young/hasher":"~1.0"
, (*3)
下载完毕后,直接配置app.php的provider数组, (*4)
\Young\Hasher\MD5HasherProvider::class,
, (*5)