rhamadsani/migrationrollbackvisualizer

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

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rhamadsani/migrationrollbackvisualizer

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

This package is auto-updated.

Last update: 2025-12-14 15:27:53 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.