rhamadsani/migrationrollbackvisualizer

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

v1.0.4 2025-04-10 02:36 UTC

This package is auto-updated.

Last update: 2025-04-10 07:27:50 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.