Libraries tagged by model_to_table
fish/eloquent-logger
13960 Downloads
Log Eloquent model changes to a designated logs table
a909m/filament-statefusion
90 Downloads
Filament StateFusion is a powerful FilamentPHP plugin that seamlessly integrates Spatie Laravel Model States into the Filament admin panel. This package provides an intuitive way to manage model states, transitions, and filtering within Filament, enhancing the user experience and developer productivity.
beitsafe/laravel-uuid-auditing
11808 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot Tables
mehadi/laravel-crud-generator
592 Downloads
A laravel package to generate CRUD by giving Model and database table column
burn/yii2-db-archiver
6544 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)
mjkhajeh/wporm
107 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
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.
lexbelcode/laravel-eloquent-dynamic-tables-for-models
5 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
1123 Downloads
A Laravel Artisan command to automatically generate models from database tables
apihawk/laravel-model-generator
1138 Downloads
ApiHawk solution to export existing tables into Laravel Models
socoladaica/laravel-table-prefix
1473 Downloads
Allows you to use a table prefix with standard Laravel models
rogercbe/table-sorter
628 Downloads
A package to easily add sorting functionality to any of your models along with helpers to create the sorting links.
aidask/yii-closure-table-behavior
175 Downloads
ActiveRecord model behavior that allows to work with tree data.
igaster/eloquent-inheritance
149 Downloads
Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
lowerrocklabs/laravel-lockable
256 Downloads
Laravel Lockable provides traits to allow for models to be locked