Libraries tagged by columns
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.
nicolas-souffleur/mapping-connector-bundle
250 Downloads
Import and export products with specific columns names. Map them with the Akeneo attributes and integrate or generate the CSV you need.
nathancox/contentgrid
72 Downloads
Adds TinyMCE buttons for creating content structured in grids/columns.
nagy/laravel-status
21 Downloads
manage status column for elqouent models
myzero1/yii2-gridview-export
918 Downloads
The export module,export gridview data to excel.use the dataProvider and columns of the gridview.
miinto/laravel-mssql
8649 Downloads
Laravel extension which allows to use MS SQL specific column types like 'datetime2', 'real' and 'uniqueidentifier'.
mennovanhout/laravel-model-constants
411 Downloads
This package creates constants for column names, this can then be used instead of strings to reduce typo's errors and improve coding with your IDE
mediawiki/proofread-page
257 Downloads
The ProofreadPage extension adds book proofreading capacity to MediaWiki. It can render a book either as a column of OCR text beside a column of scanned images, or broken into its logical organization (such as chapters or poems) using transclusion.
marshmallow/nova-totals-footer
28 Downloads
This Laravel Nova package is used for calculating the total of the columns that you wish to show.
kabachello/phptexttable
55 Downloads
Easily convert PHP arrays into plain text tables or strings with a fixed field length for each column
jeffersongoncalves/filament-check-whois-widget
8 Downloads
The Filament Check Whois Widget is a package for the Filament PHP framework that allows you to easily check the WHOIS information for domains. It integrates seamlessly with Filament's AdminPanel, providing a clean and user-friendly interface. The widget fetches WHOIS data using an external API (requiring an API key), displaying key details like registrant information, registration date, and expiry date. Configuration options allow for customization of the widget's appearance and behavior, such as setting the number of domains displayed per row, the column span, and whether to show a title. This simplifies the process of obtaining crucial domain information within your Filament application.
iop/magento2_order-grid
693 Downloads
Magento 2 back-end order grid view with coupon_code and discount_amount columns added
igaster/laravel-model-options
723 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database
hulsia/filament-extra
12 Downloads
A set of reusable Filament helpers, columns, fields, actions and more!
helloarman/dumptable
110 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.