Libraries tagged by columned
codiliateur/eloquent-model-userstamps
7 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
cmsgears/widget-mapper
43 Downloads
The Mapper Widget for CMSGears provides options to map a single column.
clouddueling/auto-migrate
24 Downloads
This class can be used to generate diffs between a MySQL XML dump file, and a database which currently exists. It will tell you the missing tables and columns (return as an array), or generate MySQL queries to add the missing columns in.
cizekm/dbfaker
17 Downloads
PHP library that "fakes" data in specified database tables and columns
chybadapi/encryption
43 Downloads
Propel Behavior for seamless encryption/decryption of data columns
chrgriffin/eloquent-moneyphp
12 Downloads
Automatically cast Eloquent columns to MoneyPHP objects.
charm/model
3 Downloads
A data model library. Allows you to declare columns and fields and query them easily using charm/recordset.
canal-web/magento-couponview
7 Downloads
Rewrite Magento core in order to add a column showing coupon codes in admin's sales view.
bytefreak/php-utils
1306 Downloads
Some little php helper functions, like array_strip, array_merge_recursive_simple, array_call_method, array_call_function, array_create_hash, array_create_simple_hash, array_group, array_set_value, array_get_by_keypath, array_set_by_keypath, array_sort_by_column, str_begins_with, str_ends_with and debug_break.
buepro/typo3-flux-elements
453 Downloads
TYPO3 extension providing content elements powered by flux and bootstrap. Available elements: container, columns, tabs, accordion, tile unit and card.
buchin/db-slug
19 Downloads
Mass slugify existing database column
bscheshirwork/yii2-trello-like-jui-sortable
14 Downloads
Board to move portlet from column to column
bored-programmers/laravel-eloquent-mappable
12 Downloads
Adds support for mapping database column to custom model attribute
bored-programmers/laragrid
96 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.
bnhashem/form-data
25 Downloads
Make your database columns available in your blade view effortlessly