Libraries tagged by four column table
a909m/filament-generate-helpers
49 Downloads
Effortlessly generate reusable form fields and table column helpers for Filament resources based on Laravel models, streamlining your development workflow.
ohseesoftware/laravel-schema-list
2692 Downloads
List tables, columns, and indices for your database connections.
beitsafe/laravel-uuid-auditing
11704 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot Tables
samad/array-conversion
429 Downloads
PHP Library for converting associative arrays as html table, XML, JSON, CSV. Also add, remove or edit column can be possible.
neam/yii-i18n-columns
1401 Downloads
Transparent attribute translation for ActiveRecords, without requiring lookup tables for translated field contents.
tavvet/tavvet-doctrine-prefix-bundle
6649 Downloads
Bundle for Symfony5 to add a prefix to tables and columns database
datatables.net/datatables.net-colreorder-dt
1426 Downloads
ColReorder allows the end user to modify the column order of a table through drop-and-drag of column headers. This is ColReorder for DataTables with styling for [DataTables](https://datatables.net/)
datatables.net/datatables.net-colreorder-bs4
362 Downloads
ColReorder allows the end user to modify the column order of a table through drop-and-drag of column headers. This is ColReorder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
staffim/spreadsheet-builder
4391 Downloads
Small library for PhpSpreadsheet that helps to build xlsx tables by configuring data columns
datatables.net/datatables.net-select-bs4
577 Downloads
Select provides table item selection capabilities - rows, columns and cells can be selected individually or collectively. Complex selection operations such as operating system style selection (ctrl/cmd and shift click) for multiple rows can be enabled with a single option for a DataTable. This is Select for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
kainiklas/filament-gauge
8 Downloads
Gauge Chart for FilamentPHP
phps-cans/quote-strategy.doctrine.escaping
1086 Downloads
This package contains an implementation of Doctrine\ORM\Mapping\QuoteStrategy which automatically escape database reserved keyword for table and column alias.
helloarman/dumptable
124 Downloads
This Laravel package updates migration files during development without data loss, allowing seamless modification of table columns while preserving existing records. Ideal for maintaining data integrity during iterative development.
kabachello/phptexttable
57 Downloads
Easily convert PHP arrays into plain text tables or strings with a fixed field length for each column
orottier/laravel-migration-squasher
95 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.