Libraries tagged by migration core
toramanlis/laravel-implicit-migrations
3 Downloads
This package is a tool that creates Laravel migration files by inspecting the application's models.
polygontech/data-migration-laravel
520 Downloads
Migration utility for creating or changing data in production
blackbricksoftware/laravel-migration-builder
117 Downloads
Programmatically create full Laravel migrations.
barsegyan/createcmm
28 Downloads
Demo-package to create Controller Model Migration
covex-nn/migrations
824 Downloads
Database Schema migrations using Doctrine DBAL
codengine/laravel-custom-migrations
1343 Downloads
Custom Migrations for Laravel
bakkahit/sql-migration
33 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.
nercury/code-igniter-bundle
735 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
1790 Downloads
Zend Framework module for creating changesets for Liquibase with Doctrine
sencerhan/laravel-db-tools
122 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
schmunk42/database-command
5862 Downloads
Yii command to create database migrations from existing schema
rougin/refinery
3777 Downloads
"Ready-to-eat" Codeigniter 3 migrations.
roaresearch/yii2-rmdb
2213 Downloads
Yii 2 Library to create RMDB models and migrations
mysql/schematic
725 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.