umbrellio/rollback-missing-migrations

Laravel package for rolling back migrations between different releases
45,432 2
Install
composer require umbrellio/rollback-missing-migrations
Latest Version:5.0.0
PHP:^8.3|^8.4|^8.5
License:MIT
Last Updated:May 26, 2026
Links: GitHub  ·  Packagist
Maintainer: pvsaintpe

Rollback Missing Migrations for Laravel

Laravel package for rolling back migrations between different releases

Github Status Coverage Status Latest Stable Version Total Downloads Code Intelligence Status Build Status Code Coverage Scrutinizer Code Quality

Installation

composer

composer require umbrellio/rollback-missing-migrations

Usage

In your new release directory:

php artisan rollback_missing_migrations:rollback <path_to_artisan>

  • <path_to_artisan> - absolute path to artisan command in previous release

Example:

php artisan rollback_missing_migrations:rollback /projects/old_release/your_app/artisan

If your migrations files locate in the custom directory you can use optional parameters:

  • --path - path where your migration files locate in current release
  • --old-path - path where your migration files locate in old release
  • --realpath - this flag indicates, how --path and --old-path formats (absolute or relative) will be recognized

Example with a relative path:

php artisan rollback_missing_migrations:rollback /projects/old_release_app/artisan \
    --old-path=database/old_custom_folder \ 
    --path=database/custom_migration_folder 

Example with an absolute path:

php artisan rollback_missing_migrations:rollback /projects/old_release/your_app/artisan \
    --old-path=/projects/old_release/your_app/database/old_custom_folder \ 
    --path=/new_release/your_app/database/custom_migration_folder \ 
    --realpath

In case if you need rollback new migrations different from origin/master, you can use rollback_new_migrations:rollback

Authors

Created by Art4es & Korben Dallas.

Related Packages

swiftyper/laravel-fbt-sync

Extension for automatic deployment of fbt framework translations for Laravel

2,324 0
umbrellio/php-table-sync

PHP's implementation of the library providing data synchronization between micro...

50,321 5
planocc/base-php

PHP 7 boilerplate - Docker, Laravel, MariaDB.

18
cipi/agent

Cipi Agent for Laravel — webhook deploy, health check, and server integration

3,149 5
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 160