Libraries tagged by model_to_table
always-open/laravel-model-auditlog
13039 Downloads
Tracks changes made to models and logs them to individual tables.
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
5359 Downloads
PHP7 Laravel5 component to connect to ServiceNow Table API
lexbelcode/laravel-eloquent-dynamic-tables-for-models
4 Downloads
A simple but effective way to set the table of a model at runtime and continue using Eloquent instead of QueryBuilder
filippo-toso/models-generator
1048 Downloads
A Laravel Artisan command to automatically generate models from database tables
apihawk/laravel-model-generator
1053 Downloads
ApiHawk solution to export existing tables into Laravel Models
socoladaica/laravel-table-prefix
1465 Downloads
Allows you to use a table prefix with standard Laravel models
okipa/laravel-model-json-storage
1375 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
626 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
172 Downloads
ActiveRecord model behavior that allows to work with tree data.
shaman/bitrix-models
4 Downloads
Package created to simplify interaction with iblock and tables.
fish/eloquent-logger
13953 Downloads
Log Eloquent model changes to a designated logs table
igaster/eloquent-inheritance
145 Downloads
Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
inmanturbo/ecow
7 Downloads
Eloquent copy-on-write: automatically copy all model changes to a separate table.
abdomassoun/algeria-wilayas
11 Downloads
This package is designed to help Laravel developers integrate wilayas data into their projects in the easiest way possible. It includes an enum of wilayas and provides the ability to create a table that includes all the data of wilayas with their information (optional to create a table of wilayas). It also includes a Wilaya model (class).