f4cklangzi/md5hasher

f4cklangzi test package

1.0.2 2018-04-10 08:01 UTC

This package is auto-updated.

Last update: 2024-03-29 03:50:49 UTC


README

v1.0

Build Status Scrutinizer Code Quality Code Coverage Code Intelligence Status

Installation

Install via composer - edit your composer.json to require the package.

"require": {
    "f4cklangzi/md5hasher": "^1.0"
}

Then run composer update in your terminal to pull it in.

Once this has finished, you will need to add the service provider to the providers array in your app.php config as follows:

'Laravist\Hasher\MD5HasherProvider::class'

Next, also in the app.php config file, under the aliases array, you may want to add the MD5HasherFacade facade.

'MD5Hasher' => \App\Http\Facades\MD5HasherFacade::class'

License

The MIT License (MIT)