Skip to content

mustafah15/laravel-hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

laravel-hasher for laravel 5

simple package to hash text using AES algorithm

##Installation

First open up a console in your project root and use composer to fetcht the package into your project

composer require mustafah15/hasher

Now go into your config/app.php and add the service provider:

Mustafah15\Hasher\HasherServiceProvider::class,

Thats it! Enjoy Hashing :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages