Libraries tagged by model_to_table
augustpermana/laravel-meta-generator
14 Downloads
A Laravel package to generate and manage metadata for models
inmanturbo/ecow
10 Downloads
Eloquent copy-on-write: automatically copy all model changes to a separate table.
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
4 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.
bolt/browsercheck
156 Downloads
đź’» This Bolt extension works with the User-Agent to detect devices (desktop, tablet, mobile, etc.), clients, operating systems, brands and models.
slivka-b/laravel-translatable
145 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
imcity-tech/laravel-translatable
1409 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.
mjkhajeh/wporm
8 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.
noouh/auto-model-fillable
8 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
8 Downloads
PHP CustomModel let's you to convert your MYSQL table automaticly to a PHP Model
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
apihawk/laravel-model-generator
1073 Downloads
ApiHawk solution to export existing tables into Laravel Models