Looking to hire Laravel developers? Try LaraJobs

laravel-hashing-md5 maintained by drice82

Author
Last update
2023/10/19 15:25 (dev-master)
License
Links
Downloads
79
Tags

Comments
comments powered by Disqus

laravel-hashing-md5

为 Laravel 添加 MD5 Hasher

安装

composer require drice82/laravel-hashing-md5

配置

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

Installation

Add the package with composer.

composer require drice82/laravel-hashing-md5

Edit hashing.php inside configuration file

'driver' => 'md5',

Installation Complete!, Enjoy.