Libraries tagged by model_to_table
mehadi/laravel-crud-generator
148 Downloads
A laravel package to generate CRUD by giving Model and database table column
burn/yii2-db-archiver
6257 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)
irpcpro/table-soft
22 Downloads
A package for managing table data.convert model data to objects of table.
always-open/laravel-model-auditlog
13044 Downloads
Tracks changes made to models and logs them to individual tables.
ajn/ci4-model-generator
15 Downloads
CodeIgniter 4 library to generate models from DB tables via CLI
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.
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
1062 Downloads
A Laravel Artisan command to automatically generate models from database tables
socoladaica/laravel-table-prefix
1466 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
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
243 Downloads
Laravel Lockable provides traits to allow for models to be locked