Libraries tagged by migration core
rapide-software/sync-stack
609 Downloads
A package for creating and running synchronisations after a deploy, running only those which have not run yet, akin to migrations. Useful for CI/CD integration or multidatabase solutions where what has run before is not necessarily in sync across databases.
igne-agency/laravel-boot-up
32 Downloads
Boot a Laravel project on any machine with one command: app:serve installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets, starts a queue worker and serves via Herd, Sail or artisan serve; app:down cleanly stops everything it started. Also exports deployment scripts for Laravel Forge and fortrabbit (app:deploy-script) and generates CI/CD pipelines with linting, tests and webhook deploys for GitHub Actions and Bitbucket Pipelines (app:pipeline). Development only - not for production use.
cedric-lekene/laravel-migration-ai
13 Downloads
A Laravel package that uses AI to generate database migrations from plain-language descriptions, simplifying the migration creation process
vardumper/ibexa-automatic-migrations-bundle
103 Downloads
Ibexa automatic migrations bundle eliminates the need to manually create migrations for various admin changes. Migration files are automatically generated when settings change in the admin panel.
svmk/yii-migration-postgresql-sectioning
2705 Downloads
Migration for creating partitioing using Yii1/Yii2 framework.
abdelrahmanrafaat/schema-to-code
13 Downloads
Converts DB schema to Laravel code (Migrations & Models)
polygontech/data-migration-laravel
817 Downloads
Migration utility for creating or changing data in production
liberty_code/migration_model
619 Downloads
Library
liberty_code/migration
689 Downloads
Library
liberty_code_module/migration
649 Downloads
Module
justbetter/statamic-eloquent-driver-globalset-migration-generator
4299 Downloads
Creates a database migration when a new globalset is created
codengine/laravel-custom-migrations
1343 Downloads
Custom Migrations for Laravel
tgozo/laravel-codegen
185 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
25 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.