paprika/hasher

1.0 2017-10-03 06:33 UTC

This package is not auto-updated.

Last update: 2024-04-24 06:29:42 UTC


README

Build Status Scrutinizer Code Quality Code Coverage Build Status

开发Laravel扩展

用法

composer require paprika/hasher

在项目的'app/config.php'配置'provider':

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