Looking to hire Laravel developers? Try LaraJobs

laravel-md5 maintained by mazecode

Description
Add MD5 hash encription to Laravel 5.x project
Author
Last update
2019/06/19 15:48 (dev-master)
License
Downloads
7
Tags

Comments
comments powered by Disqus

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