Libraries tagged by model migrate
inceptia-io/larabrain
260 Downloads
Give your Laravel application self-awareness. Scans models, routes, controllers and migrations, builds a context graph, and answers natural-language questions about your codebase via OpenAI, Gemini, Anthropic or DeepSeek.
visavi/motor-orm
273 Downloads
An ORM over plain CSV files: models, queries, relations, pagination and migrations, without a database server
matheus-carvalho/crud-generator
141 Downloads
Generate a CRUD with Model, Controller, routes, FormRequest and views based on given Migration.
wmgbit/laravel-models-migration
41 Downloads
Put Laravel migration definitions inside models, and keep them synchronized with the database
tankonyako/laravel-automatic-migrations-updated
31 Downloads
Automatic Laravel model migrations.
sanes/billing-model
1 Downloads
Laravel Models & Migrations for Billing project
loots-it/laravel-address-model
3 Downloads
This package provides an Address Model, Migration and Factory. It also provides the traits HasBillingAddres and HasPublicAddress
dandoetech/laravel-model-meta
0 Downloads
Laravel bridge for code generation (models, migrations) from Resource Registry definitions.
cap-epac/laravel-core-models
2 Downloads
Core Laravel models, migrations, middlewares, and common dependencies used across multiple projects
syahmi-jalil/database-to-model
18 Downloads
Laravel package to generate models and migrations from existing database structure
rajinha92/model-generator
7 Downloads
This package reads a database and generate Models and Migrations
noouh/auto-model
13 Downloads
A Laravel package to auto-generate models and migrations from table definitions.
mevisoft/laravel-migration-generators
5 Downloads
Rapidly generate resources, migrations, models, and much more.
liberty_code/migration_model
622 Downloads
Library
khairy/migration-model-sync
36 Downloads
Automatically sync Laravel models from migration files, including fillable, casts, and relationships.