Libraries tagged by model migrate
way/generators
2407072 Downloads
Rapidly generate resources, migrations, models, and much more.
lanciweb/laravel-make-crud
1862 Downloads
A Laravel Package that allows creation of Model, Migration, Seeder, Views, Routes and resource controller for CRUD operations.
oscarafdev/laravel-4-generators
565656 Downloads
Rapidly generate resources, migrations, models, and much more.
egyjs/dbml-to-laravel
809 Downloads
Generate Laravel Eloquent models and migration files directly from your DBML (Database Markup Language) files with ease.
rs/laravel-version-control
6503 Downloads
Foundations for making your app version controlled. Provides migration, blueprint and base models. Will make your app GxP compliant if you exclusively use the VC models and table structure as set out in this package.
thefeqy/laravel-model-status
322 Downloads
A Laravel package to automate adding configurable status columns to models and migrations, and enforce user activity through middleware.
nahid-ferdous/laravel-module-generator
1224 Downloads
Laravel Package to generate module (service, controller, model, migration, resource, request, collection) from YAML file.
mitulgolakiya/laravel-api-generator
30502 Downloads
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
smartervision/laravel-generator
46890 Downloads
Smarter Vision Generator
cable8mm/xeed
2019 Downloads
The Xeed is to generate new model, seed, Nova resource, database seed, factory and migration files for Laravel & Nova based on data from the existing database table.
laravel-auto/migrations
539 Downloads
Automatic Laravel model migrations.
bastinald/laravel-automatic-migrations
1533 Downloads
Automatic Laravel model migrations.
toramanlis/laravel-implicit-migrations
5 Downloads
This package is a tool that creates Laravel migration files by inspecting the application's models.
irap/migrations
4044 Downloads
Package handling Mysql Migrations/versioning.
mojopollo/laravel-json-schema
543 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files