Libraries tagged by model_to_table
celinederoland/eloquent-polymorphic-model
13 Downloads
Extend eloquent facilities to map one class Hierarchy branch to one table in database
apihawk/laravel-model-generator
1098 Downloads
ApiHawk solution to export existing tables into Laravel Models
notch/deleted-models
11 Downloads
Automatically copy deleted records to a separate table
noouh/auto-model
13 Downloads
A Laravel package to auto-generate models and migrations from table definitions.
mjducharme/laravel-model-json-storage
176 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.
theoluirard/laravel-get-table-name
9 Downloads
A package that adds a trait to the Laravel Model class and extends the Laravel Relation class with two new types of relations.
simklee/laravel-crafting-table
187 Downloads
Laravel Package to craft extended models.
widdy/laravel-model
10 Downloads
a simple way to create a new Eloquent model with given table name.
shaman/bitrix-models
5 Downloads
Package created to simplify interaction with iblock and tables.
team383/data-table-laravel
2 Downloads
A Laravel package to facilitate the creation of dynamic data tables for Eloquent models, allowing sorting, searching, filtering and pagination
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
231 Downloads
DB Abstract to bind model classes to MySQL Tables
ekoukltd/s3-import-export
31 Downloads
Easy import & export of Laravel models (tables) to local or S3 Storage as a JSON file. For when you don't want to restore a whole backup, just a few tables.
zoor/gridmodel
8 Downloads
Grid Model to show master data
chuoke/laravel-user-identify
20 Downloads
Laravel multi identifier auth provider to thin user model/table.