LaravelPackages.net
Acme Inc.
Toggle sidebar
drice82/laravel-hashing-md5

84
1
About drice82/laravel-hashing-md5

drice82/laravel-hashing-md5 is a Laravel package. It currently has 1 GitHub stars and 84 downloads on Packagist. Install it with composer require drice82/laravel-hashing-md5. Discover more Laravel packages by drice82 or browse all Laravel packages to compare alternatives.

Last updated

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.

Comments