Package Data | |
---|---|
Maintainer Username: | samWhisker |
Maintainer Contact: | sam@koodoocreative.co.uk (Sam Whisker) |
Package Create Date: | 2016-04-08 |
Package Last Update: | 2018-05-18 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:10:44 |
Package Statistics | |
---|---|
Total Downloads: | 12,856 |
Monthly Downloads: | 340 |
Daily Downloads: | 21 |
Total Stars: | 3 |
Total Watchers: | 1 |
Total Forks: | 2 |
Total Open Issues: | 1 |
A Laravel model trait for Encrypting model data
"koodoo/laravel-trait-encrypt": "dev-master"
In the model
<?php
use Koodoo\laravelTraitEncrypt\Encryptable;
use Encryptable;
protected $encryptable = [
'table_field_to_be_encrypted',
'table_field_to_be_encrypted',
'table_field_to_be_encrypted',
'table_field_to_be_encrypted'
];