Download the PHP package jivemonkey2000/larabits without Composer
On this page you can find all versions of the php package jivemonkey2000/larabits. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jivemonkey2000/larabits
More information about jivemonkey2000/larabits
Files in jivemonkey2000/larabits
Download jivemonkey2000/larabits
More information about jivemonkey2000/larabits
Files in jivemonkey2000/larabits
Vendor jivemonkey2000
Package larabits
Short Description A collection of useful Laravel bits.
License MIT
Homepage https://github.com/jivemonkey2000/larabits
Package larabits
Short Description A collection of useful Laravel bits.
License MIT
Homepage https://github.com/jivemonkey2000/larabits
Please rate this library. Is it a good library?
Informations about the package larabits
Larabits
A place for helpful collection of Laravel bits and bobs to reside.
Eloquent
Attribute Encryption
Add attribute level encryption to your Eloquent models in just a few steps:
- Import
Larabits\Eloquent\AttributeEncryption
at the top of your class - Add an
$encrypt
array property and populate it with attributes you wish to encrypt - Add
use AttributeEncryption
to your Eloquent models
Just like this:
If required, encryption can be enabled and disabled by using your .env
file to set an APP_ENABLE_ENCRYPTION
constant false
. This is sometimes useful for testing, for example when using seeInDatabase('table',['foo' => 'bar']);
.
Installing
To install Larabits, either add it your composer.json
or do a composer require jivemonkey2000/larabits
from your project root.
composer require jivemonkey2000/larabits
All versions of larabits with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.4
The package jivemonkey2000/larabits contains the following files
Loading the files please wait ....