Libraries tagged by table record
realsoft/lacruda
15 Downloads
Build Laravel 7 CRUD apps in record time!
matthijs-neijenhuijs/filament-qr-button
0 Downloads
A Filament table column component for displaying QR codes based on record URLs
macagua/yii-cadvancedarbehavior
8 Downloads
Fork of Yii 1.1 CAdvancedArBehavior (Advanced functions for Active Record implementation) by thyseus
tokoiwesley/laravel-reference-numbers
4 Downloads
Generates unique and sequential reference numbers (codes) for table records in your Laravel application
hasegawa-tomoki/tsvio
84 Downloads
Shell command to import / export database table records from / to tsv filles. CakePHP3 plugin.
delahaye/dlh_replacetablerecord
26 Downloads
Extension that allows overwriting existing table records by using standard generator forms
alvleont/filament-printables
34 Downloads
Effortlessly streamline tables and records printing in PDF/XLSX in your FilamentPHP application.
digicademy/linkifier
8 Downloads
Configure link handlers to any DB record by table/field/value
usox/harm
547 Downloads
Active record/table data gateway hybrid for hack strict mode
kl83/yii2-sortable-behaviour
116 Downloads
Yii2 behaviours to sort and select records inside adjency table
funayaki/cakephp-cart-plugin
6 Downloads
Shopping Cart Plugin for CakePHP that will work with any table and make it's records buyable.
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
christophe-44-27/nova-field-sortable
0 Downloads
A Laravel Nova field to easily sort records in your tables.
omatech/laravel-bulkimporter
29 Downloads
Import records in a database table massively in a easy way.
notch/deleted-models
11 Downloads
Automatically copy deleted records to a separate table