Download the PHP package datalogix/laravel-hash-fields without Composer
On this page you can find all versions of the php package datalogix/laravel-hash-fields. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download datalogix/laravel-hash-fields
More information about datalogix/laravel-hash-fields
Files in datalogix/laravel-hash-fields
Download datalogix/laravel-hash-fields
More information about datalogix/laravel-hash-fields
Files in datalogix/laravel-hash-fields
Vendor datalogix
Package laravel-hash-fields
Short Description Laravel Hash Fields automatically hash model fields.
License MIT
Homepage https://github.com/datalogix/laravel-hash-fields
Package laravel-hash-fields
Short Description Laravel Hash Fields automatically hash model fields.
License MIT
Homepage https://github.com/datalogix/laravel-hash-fields
Please rate this library. Is it a good library?
Informations about the package laravel-hash-fields
Laravel Hash Fields
Warning We have decided to stop maintaining this package.
Consider to use Attribute Casting of type
hashed
.
Laravel Hash Fields automatically hash model fields.
Installation
You can install the package via composer:
The package will automatically register itself.
Usage
Your Eloquent models should use the Datalogix\HashFields\HashFields
trait.
Here's an example of how to implement the trait:
Customizing fields to hash
You can also override of property fieldsToHash
.
By default the package will hashed password
field.
All versions of laravel-hash-fields with dependencies
PHP Build Version
Package Version
The package datalogix/laravel-hash-fields contains the following files
Loading the files please wait ....