Libraries tagged by model_to_table
ekoukltd/s3-import-export
29 Downloads
Easy import & export of Laravel models (tables) to local or S3 Storage as a JSON file. For when you don't want to restore a whole backup, just a few tables.
zoor/gridmodel
8 Downloads
Grid Model to show master data
chuoke/laravel-user-identify
19 Downloads
Laravel multi identifier auth provider to thin user model/table.
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.
yevhenii/laravel-migration-vise-versa
10 Downloads
Package for Laravel. This package adds possibility to create migration and model from an existing table
zuborawka/cakephp-thread-utility
12 Downloads
Utility class to handle threaded data which genereted by CakePHP Model::find('threaded')
rummykhan/moloquent-logger
1 Downloads
Log Moloquent model changes to logs table
j0113/odb
64 Downloads
Object Oriented database wrapper for PHP. Designed to be(come) compatible with multiple database. Queries are written in PHP and tables are connected to models.
digitalruby/meta-data
12 Downloads
Adds a flexible key/value table to your Laravel models
agileelement/sucrose
119 Downloads
A Laravel Model helper for connecting to SugarCRM/SuiteCRM tables.
soatdev/translations
20 Downloads
Package that provide mutilanguage capabilities to models through the use of dedicated tables, traits and form macros
atiline/yii2-additional-fields-trait
24 Downloads
Library for use special table for store additional fields to ActiveRecord models.
said/private-package
2 Downloads
This is a Laravel package containing a trait for translatable Eloquent models. This package follows the approach to have only a single table to maintain all the translations.
said/laravel-translatable
62 Downloads
This is a Laravel package containing a trait for translatable Eloquent models. This package follows the approach to have only a single table to maintain all the translations.
rishpandey/laravel-auto-migration
1 Downloads
The package uses Doctrine DBAL in order to diff the existing tables with given model and make the necessary changes to it. If the table does not exist, it will create it.