attribute-slugging
by larapack
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
attribute-manipulation
by larapack
Allows multiple traits to manipulate with the attributes of an Eloquent Model.
attribute-encryption
by larapack
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
attribute-purging
by larapack
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
attribute-hashing
by larapack
Allows you to define what attributes in your Eloquent Model which should be hashed.