0.0.2 • Published 8 years ago

adonis-md5hash v0.0.2

Weekly downloads
10
License
MIT
Repository
-
Last release
8 years ago

Adonis md5 hasher

Support md5 hashing in AdonisJS Project

Installation

npm install adonis-md5hash --save

After installation, you need to replace the Hash service provider in the bootstrap/app.js file.

bootstrap/app.js
const providers = [
  ...,
  // 'adonis-framework/providers/HashProvider',
  'adonis-md5hash/providers/HashProvider'
]
0.0.2

8 years ago

0.0.1

8 years ago