laravel-md5 maintained by mazecode
Laravel Hash MD5
Add MD5 hash encription to any Laravel project
Installation
Add the package with composer.
composer require mazecode/laravel-md5
Edit hashing.php inside configuration file
'driver' => 'md5',
Add MD5 hash encription to any Laravel project
Add the package with composer.
composer require mazecode/laravel-md5
Edit hashing.php inside configuration file
'driver' => 'md5',