Libraries tagged by table record
siteset/laravel-dump
13 Downloads
Dump database tables with records as JSON for Laravel Framework
eshk/crud
0 Downloads
Perform CRUD operation in a easy way. handling the main Read, Insert, Update and Delete operations over a table and records
alvleont/filament-printables
31 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
546 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
27 Downloads
Import records in a database table massively in a easy way.
notch/deleted-models
10 Downloads
Automatically copy deleted records to a separate table
gustocoder/laravel-datatable
8 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
elcweb/requestlogger-bundle
159 Downloads
Record Request/Response/User in a table
mjducharme/laravel-model-json-storage
175 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
datatables.net/datatables.net-rowreorder
4653 Downloads
RowReorder adds end user reordering of rows in a DataTable through click-and-drag mouse and touch operations. RowReorder provides full support for Editor allowing end users to update sequential information in a fast and easy manner. This is RowReorder for DataTables