Libraries tagged by model_to_table
adamcrampton/laravel-database-logger
783 Downloads
Write Laravel logs to database table via Eloquent model
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).
slivka-b/laravel-translatable
102 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
imcity-tech/laravel-translatable
1365 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
yii2mod/yii2-data-sync-behavior
135 Downloads
Behavior for export data to local files from database tables. Changes are tracked using model events.
irpcpro/table-soft
18 Downloads
A package for managing table data.convert model data to objects of table.
aaronheath/laravel-model-copy
1416 Downloads
Copy one Laravel Eloquent model from one table to another.
osemk/php-custom-model
7 Downloads
PHP CustomModel let's you to convert your MYSQL table automaticly to a PHP Model
celinederoland/eloquent-polymorphic-model
13 Downloads
Extend eloquent facilities to map one class Hierarchy branch to one table in database
notch/deleted-models
7 Downloads
Automatically copy deleted records to a separate table
mjducharme/laravel-model-json-storage
175 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.
simklee/laravel-crafting-table
187 Downloads
Laravel Package to craft extended models.
widdy/laravel-model
9 Downloads
a simple way to create a new Eloquent model with given table name.
guifcoelho/immu-table
10 Downloads
Package for using immutable ndjson models instead of regular SQL or NoSQL databases with sintax similar to Laravel Eloquent.
leedch/resource-mysql
225 Downloads
DB Abstract to bind model classes to MySQL Tables