Download the PHP package larapack/attribute-hashing without Composer
On this page you can find all versions of the php package larapack/attribute-hashing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package attribute-hashing
attribute-hashing
Allows you to define what attributes in your Eloquent Model which should be hashed.
Installing
Install using Composer composer require larapack/attribute-hashing 1.*
.
Usage
First add the traits Manipulateable
and Hashable
to your Eloquent Model.
Now whenever you set the attribute password
it will now be hashed.
Test:
All versions of attribute-hashing with dependencies
PHP Build Version
Package Version
Requires
larapack/attribute-manipulation Version
1.*
The package larapack/attribute-hashing contains the following files
Loading the files please wait ....