Libraries tagged by model_to_table
dayemsiddiqui/eloquent-defaults
273 Downloads
An elegant way to automatically insert default rows to a table whenever a new row to a specific model is created
beitsafe/laravel-uuid-auditing
11610 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot Tables
burn/yii2-db-archiver
6357 Downloads
DbArchiver archive and restore old data from DB to file by Yii2 ActiveRecord models. For big tables allow direct file export from MySQL database(fast archiving, but file save only on MySQL server drive)
mjkhajeh/wporm
67 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
bangerkuwranger/magento2-gtid-safe-url-rewrite-tables
2121 Downloads
Magento 2 module that overrides the temporary table creation in catalog-url-rewrite/model/map with a permanent table to allow for GTID consistency in replicated SQL databases.
ohtarr/service-now-model
5382 Downloads
PHP7 Laravel5 component to connect to ServiceNow Table API
lexbelcode/laravel-eloquent-dynamic-tables-for-models
5 Downloads
A simple but effective way to set the table of a model at runtime and continue using Eloquent instead of QueryBuilder
socoladaica/laravel-table-prefix
1471 Downloads
Allows you to use a table prefix with standard Laravel models
okipa/laravel-model-json-storage
1376 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.
rogercbe/table-sorter
627 Downloads
A package to easily add sorting functionality to any of your models along with helpers to create the sorting links.
aidask/yii-closure-table-behavior
175 Downloads
ActiveRecord model behavior that allows to work with tree data.
fish/eloquent-logger
13954 Downloads
Log Eloquent model changes to a designated logs table
igaster/eloquent-inheritance
149 Downloads
Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
lowerrocklabs/laravel-lockable
251 Downloads
Laravel Lockable provides traits to allow for models to be locked
luissantiago/elogquent
16 Downloads
Listens to Eloquent model events and logs configured attribute changes into a history table.