Libraries tagged by model_to_table
fish/eloquent-logger
13980 Downloads
Log Eloquent model changes to a designated logs table
igaster/eloquent-inheritance
150 Downloads
Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
sdkwala/laravel-activity-logger
4 Downloads
A Laravel package to log model events (created, updated, deleted) to a database table with hybrid model registration.
lowerrocklabs/laravel-lockable
304 Downloads
Laravel Lockable provides traits to allow for models to be locked
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.
beitsafe/laravel-uuid-auditing
12287 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot 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
69 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.
sikhlana/laravel-modular
2317 Downloads
A simple package to neatly keep models into sub-directories without breaking the table naming.
justnotiyann/filament-schema-resource
63 Downloads
Artisan command to generate Filament form & table schema files based on Eloquent model.
ceedcv-maya/shared-translations-laravel
78 Downloads
Polymorphic translations for Laravel: a single translations table + HasTranslations trait to store per-locale field values for any model (panel alerts, messages, …).
imcity-tech/laravel-translatable
1637 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.