arunfung/hasher

v0.2 2021-03-27 13:53 UTC

This package is auto-updated.

Last update: 2024-04-27 21:04:01 UTC


README

Build Status Scrutinizer Code Quality Code Coverage Build Status

开发 Laravel 扩展 测试

用法

composer require arunfung/hasher

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

 "arunfung/hasher": "~0.1"

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

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