1.0 2018-03-24 09:46 UTC

This package is auto-updated.

Last update: 2024-09-09 03:15:44 UTC


README

Laravel 扩展之 加密包(md5)

Build Status Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

用法:

composer require zhouxiaoshuai/hasher

或者在你的 composer.jsonrequire 部分中添加

"zhouxiaoshuai/hasher":"~1.0"

下载完毕后,直接配置 app/config.phpproviders:

\Zhouxiaoshuai\Hasher\MD5HasherProvider::class,