mazecode/laravel-md5

Add MD5 hash encription to Laravel 5.x project

dev-master 2019-06-19 13:48 UTC

This package is auto-updated.

Last update: 2024-09-20 00:30:25 UTC


README

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',