Libraries tagged by model_to_table
aaronheath/laravel-model-copy
1418 Downloads
Copy one Laravel Eloquent model from one table to another.
osemk/php-custom-model
9 Downloads
PHP CustomModel let's you to convert your MYSQL table automaticly to a PHP Model
ajn/ci4-model-generator
34 Downloads
CodeIgniter 4 library to generate models from DB tables via CLI
eseperio/yii2-model-virtual-fields
27 Downloads
Yii2 extension for adding virtual (dynamic) fields to ActiveRecord models without modifying database tables
aedart/model-table-name
66 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).
celinederoland/eloquent-polymorphic-model
13 Downloads
Extend eloquent facilities to map one class Hierarchy branch to one table in database
notch/deleted-models
11 Downloads
Automatically copy deleted records to a separate table
noouh/auto-model
13 Downloads
A Laravel package to auto-generate models and migrations from table definitions.
mjducharme/laravel-model-json-storage
179 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.
alnaggar/laravel-translatable-model
3 Downloads
A Laravel package to store model attribute translations in a separate database table.
theoluirard/laravel-get-table-name
10 Downloads
A package that adds a trait to the Laravel Model class and extends the Laravel Relation class with two new types of relations.
simklee/laravel-crafting-table
187 Downloads
Laravel Package to craft extended models.
widdy/laravel-model
10 Downloads
a simple way to create a new Eloquent model with given table name.
shaman/bitrix-models
5 Downloads
Package created to simplify interaction with iblock and tables.
mohammedmanssour/failed-jobs-model
1 Downloads
An Eloquent model, query scopes, and Artisan commands to inspect, analyze, and prune Laravel's failed_jobs table — with an indexed display_name for fast lookups and stats.