Libraries tagged by model_to_table
luissantiago/elogquent
16 Downloads
Listens to Eloquent model events and logs configured attribute changes into a history table.
inmanturbo/ecow
10 Downloads
Eloquent copy-on-write: automatically copy all model changes to a separate table.
adamcrampton/laravel-database-logger
811 Downloads
Write Laravel logs to database table via Eloquent model
albaroody/staging
47 Downloads
Allow any Laravel model to be saved as a draft (staged) into a separate system without affecting real database tables.
abdomassoun/algeria-wilayas
12 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).
suhk/datafinder-laravel
10 Downloads
This is a package to implement search and filters on the backend level using DataTables and Laravel Models. The best part of this package is the ability to search across multiple tables and rows in a single request (ajax), with or without using joins.
justnotiyann/filament-schema-resource
11 Downloads
Artisan command to generate Filament form & table schema files based on Eloquent model.
slivka-b/laravel-translatable
158 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
22 Downloads
A package for managing table data.convert model data to objects of table.
noouh/auto-model-fillable
9 Downloads
A Laravel package to auto-generate Fillable to models from table definitions.
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
24 Downloads
CodeIgniter 4 library to generate models from DB tables via CLI
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).