rhamadsani/migrationrollbackvisualizer

Visualizes what will happen when you run a Laravel migration rollback.

Maintainers

Package info

github.com/rhamadsani/migrationrollbackvisualizer

pkg:composer/rhamadsani/migrationrollbackvisualizer

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.5 2025-04-10 02:57 UTC

This package is auto-updated.

Last update: 2026-03-14 16:03:59 UTC


README

Packagist License

Laravel DB Analyzer is a Laravel package that helps you preview, simulate, and deeply analyze your Laravel migrations and current database structure — without modifying the database.

🔍 Read-Only • Migration Preview • Schema Analysis • Developer Friendly

🔰 Features

  • Simulate rollbacks without touching the database
  • Preview which columns, indexes, or tables will be affected
  • Analyze migration history and pending migrations
  • Detect mismatches between database structure and migration files
  • Explore migration relationships and rollback dependencies
  • Works entirely in read-only mode — safe for CI, staging, or reviews

📦 Installation

composer require rhamadsani/migrationrollbackvisualizer

📘 Documentation

👉 https://dbanalyzer.laravelindonesia.com

View full docs, UI examples, command breakdowns, and live preview.