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
- 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
composer require rhamadsani/migrationrollbackvisualizer
π https://dbanalyzer.laravelindonesia.com
View full docs, UI examples, command breakdowns, and live preview.