Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

DarrenSG/laravel-hashing-md5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%