Libraries tagged by model migrate
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
rajinha92/model-generator
7 Downloads
This package reads a database and generate Models and Migrations
noouh/auto-model
12 Downloads
A Laravel package to auto-generate models and migrations from table definitions.
mevisoft/laravel-migration-generators
4 Downloads
Rapidly generate resources, migrations, models, and much more.
benbjurstrom/curator-model
13 Downloads
Laravel package containing Migrations, Models, and Seeds for the benbjurstrom/curator application.
ytlmike/laravel-model-creator
16 Downloads
Create more maintainable eloquent models from cli, migrations and json files.
yevhenii/laravel-migration-vise-versa
10 Downloads
Package for Laravel. This package adds possibility to create migration and model from an existing table
noouh/migration-to-model
8 Downloads
A Laravel package to convert migrations into models
arostech/migrations-and-models
80 Downloads
Migrations and Models for the Aros Tech CMS
toramanlis/implicit-migrations
5 Downloads
Adds a command to create migrations by Eloquent models
laramore/migrations
228 Downloads
Describe your table fields in the model and let Laravel manage your migration for you
ricardovanderspoel/laravel-smart-migrations
6 Downloads
Supercharge your Laravel migrations with AI! Laravel Smart Migrations uses OpenAI's GPT-3 to automate the generation of essential files like models, controllers, and more based on your migrations. Boost efficiency, adhere to best practices, and customize AI enhancements for your project.
silah/autogenerate-model
2 Downloads
laravel package help autogenerate migration fields
rishpandey/laravel-auto-migration
1 Downloads
The package uses Doctrine DBAL in order to diff the existing tables with given model and make the necessary changes to it. If the table does not exist, it will create it.