Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mustafah15/laravel-hasher
https://github.com/mustafah15/laravel-hasher
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mustafah15/laravel-hasher
- Owner: mustafah15
- Created: 2016-06-27T09:19:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T09:39:17.000Z (over 8 years ago)
- Last Synced: 2024-05-02T06:12:26.196Z (7 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 :)