Libraries tagged by model_to_table
inmanturbo/ecow
6 Downloads
Eloquent copy-on-write: automatically copy all model changes to a separate table.
beitsafe/laravel-uuid-auditing
11274 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
5930 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)
noouh/auto-model-fillable
8 Downloads
A Laravel package to auto-generate Fillable to models from table definitions.
model/linked-tables
984 Downloads
Plugin for model/db to allow for linked 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.
aedart/model-table-name
63 Downloads
Getter and Setter package for a model table name. This package is part of the 'Aedart\Model' namespace; visit https://bitbucket.org/aedart/model to learn more about the project. Official sub-package website (https://bitbucket.org/aedart/model-table-name).
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
1031 Downloads
A Laravel Artisan command to automatically generate models from database tables
apihawk/laravel-model-generator
932 Downloads
ApiHawk solution to export existing tables into Laravel Models
noouh/auto-model
11 Downloads
A Laravel package to auto-generate models and migrations from table definitions.
okipa/laravel-model-json-storage
1364 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
624 Downloads
A package to easily add sorting functionality to any of your models along with helpers to create the sorting links.
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
lowerrocklabs/laravel-lockable
62 Downloads
Laravel Lockable provides traits to allow for models to be locked