Libraries tagged by migration core
luongolabs/block-migrate
198 Downloads
Run straight code blocks during laravel migrations.
simianbv/json-schema
2169 Downloads
A utility package for creating JSON resources based on the laravel models provided, comes with a model generator and migration
cedric-lekene/laravel-migration-ai
11 Downloads
A Laravel package that uses AI to generate database migrations from plain-language descriptions, simplifying the migration creation process
abdelrahmanrafaat/schema-to-code
13 Downloads
Converts DB schema to Laravel code (Migrations & Models)
polygontech/data-migration-laravel
610 Downloads
Migration utility for creating or changing data in production
liberty_code/migration_model
560 Downloads
Library
liberty_code/migration
627 Downloads
Library
codengine/laravel-custom-migrations
1343 Downloads
Custom Migrations for Laravel
rizkussef/laravel-sql-to-migration
8 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
nercury/code-igniter-bundle
736 Downloads
Allows loading Code Igniter as a bundle and eases migration to Symfony.
developerawam/generate-migration
24 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
fabiang/doctrine-migrations-liquibase-zf
1806 Downloads
Zend Framework module for creating changesets for Liquibase with Doctrine
schmunk42/database-command
5864 Downloads
Yii command to create database migrations from existing schema
rougin/refinery
3778 Downloads
"Ready-to-eat" Codeigniter 3 migrations.
mysql/schematic
726 Downloads
A simple MySQL migration management tool in PHP, create and update databases automatically with a config json file without having to use inbuilt ORM functions.