GeekGhc / MD5Hasher by JellyBean

Md5 support in laravel
12
0
1
Package Data
Maintainer Username: JellyBean
Maintainer Contact: ghcgavin@sina.com (GeekGhc)
Package Create Date: 2017-04-06
Package Last Update: 2017-04-07
Language: PHP
License: MIT
Last Refreshed: 2025-02-13 03:01:51
Package Statistics
Total Downloads: 12
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Md5 support for laravel

安装

composer require geekghc/hasher

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

"geekghc/hasher":"~1.0"

下载完毕之后 添加服务(config/app.php)

 Geekghc\Hasher\MD5HasherProvider::class,