Libraries tagged by database fields
fieldstone/laravel-couchbase
15 Downloads
Couchbase w/ Eloquent and Query Builder for Laravel 5.8 and up
muffin/multiselect
37 Downloads
Toggle, select or multiselect a database field based on a set of conditions
lxberlin/netefx-validator
8684 Downloads
NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php
benmanu/silverstripe-leafletfield
3351 Downloads
Provides a form field type allowing users to draw features on a map, the features are stored as geoJSON objects in a single database field
clntdev/scrubber-laravel
34 Downloads
A Laravel package for scrubbing data from defined fields in a database
xihrni/yii2-behavior-time
34 Downloads
For automatic updating of database table creation, update, and delete fields in the model.
letkode/form-schema-bundle
12 Downloads
Symfony Bundle for dynamic, database-driven form schemas with extensible field types and option sources.
letkode/form-schema
7 Downloads
Symfony Bundle for dynamic, database-driven form schemas with extensible field types and option sources.
bytestgear/eloquent-incrementable
749 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
sunnysideup/youtube-database-field
60 Downloads
Saves a youtube video in the database
brandonjbegle/nova-4-slack-channel-field
96 Downloads
This Nova Package is a searchable select for storing your slack channel information in a database field.
aeliot/doctrine-encrypted-field
2841 Downloads
Projects provides equipments to work with encrypted columns in database via fields of Doctrine entities
oriamdev/encryption-db-fields
5 Downloads
This package allows two way encryption on all critical fields inside database. Allows search by encrypted field.
laranail/database-tools
1 Downloads
Independent Laravel database utilities — model traits (UUID/NanoID/ULID, audit log, soft-deletes-with-undo, soft-archive, JSON accessors), casts (money, datetime), schema macros & field groups, backup/restore, a database CLI command, connection & table inspection, a session read-model, and cursor + offset pagination.
jklz/database-helper
41 Downloads
extends of illuminate/database and illuminate/encryption to handle field data stored in json and encrypted. encrypted via $_ENV[CRYPT.KEY]