hafeez2021 / laravel-hashing-md5

为 Laravel 添加 MD5 Hasher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-hashing-md5

为 Laravel 添加 MD5 Hasher

安装

composer require wuwx/laravel-hashing-md5

配置

编辑 config/hashing.php,将 driver 更改为 md5

Installation

Add the package with composer.

composer require wuwx/laravel-hashing-md5

Edit hashing.php inside configuration file

'driver' => 'md5',

Installation Complete!, Enjoy.

About

为 Laravel 添加 MD5 Hasher

License:MIT License


Languages

Language:PHP 100.0%