Libraries tagged by model_to_table
abdomassoun/algeria-wilayas
11 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).
bolt/browsercheck
149 Downloads
💻 This Bolt extension works with the User-Agent to detect devices (desktop, tablet, mobile, etc.), clients, operating systems, brands and models.
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
18 Downloads
A package for managing table data.convert model data to objects of table.
noouh/auto-model-fillable
8 Downloads
A Laravel package to auto-generate Fillable to models from table definitions.
aaronheath/laravel-model-copy
1416 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
63 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
notch/deleted-models
10 Downloads
Automatically copy deleted records to a separate table
noouh/auto-model
12 Downloads
A Laravel package to auto-generate models and migrations from table definitions.
mjducharme/laravel-model-json-storage
175 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.
simklee/laravel-crafting-table
187 Downloads
Laravel Package to craft extended models.
widdy/laravel-model
9 Downloads
a simple way to create a new Eloquent model with given table name.
team383/data-table-laravel
1 Downloads
A Laravel package to facilitate the creation of dynamic data tables for Eloquent models, allowing sorting, searching, filtering and pagination