laravist_heart/hasher_heart

1.0 2019-05-31 05:40 UTC

This package is auto-updated.

Last update: 2024-09-29 05:48:35 UTC


README

使用 Composer 安装:

$ composer require "laravist_heart/hasher_heart":"~1.0"

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

"laravist_heart/hasher_heart":"~1.0"

下载完毕后直接在app/config.phpprovider添加:

Laravist\Hasher\MD5HasherProvider::class,