Libraries tagged by migration core
jvmtech/content-subgroups
351 Downloads
Reduce the amount of Content Types (Neos CMS NodeTypes) by creating subgroups and specific migrations to easily switch between them.
simianbv/json-schema
2304 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
12 Downloads
A Laravel package that uses AI to generate database migrations from plain-language descriptions, simplifying the migration creation process
php-bread-and-butter/codeignitermigration
2221 Downloads
Codeigniter Migration
n3xt0r/laravel-migration-generator
51 Downloads
create migrations from database
abdelrahmanrafaat/schema-to-code
13 Downloads
Converts DB schema to Laravel code (Migrations & Models)
polygontech/data-migration-laravel
659 Downloads
Migration utility for creating or changing data in production
codengine/laravel-custom-migrations
1343 Downloads
Custom Migrations for Laravel
bakkahit/sql-migration
46 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.
tgozo/laravel-codegen
131 Downloads
A Laravel Code Generator to help you get started with a lot of staff including generating Migrations, Models, Controllers, Factories, Routes, Views, Database Seeders and Request Validation Rules.
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.
sencerhan/laravel-db-tools
408 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
rougin/refinery
3778 Downloads
"Ready-to-eat" Codeigniter 3 migrations.
bertugfahriozer/sql2migration
18 Downloads
A Spark command for CodeIgniter 4 that generates migration files from an SQL file, with support for foreign keys, triggers, and DB prefix.