Changelog
All notable changes to the project are documented here.
Latest
v2.6.0
— February 28, 2026Changed
- ~ Updated composer dependencies and added illuminate/support constraint allowing ^10.0 | ^11.0 | ^12.0
v2.5.0
— February 22, 2026Added
- + Official support for Laravel 11 & 12
- + Specific Data Type Mapping for PostgreSQL and MySQL
- + Improved
Installation Wizard via
php artisan visual-migrator:install
Changed
- ~ Standardized publishing tags for configuration and assets
v2.4.0
— February 17, 2026Added
- + New export targets: Prisma, Laravel, TypeORM, Sequelize
- + Cardinality representation in relationship line styles
- + Visual tree lines for nested objects
- + Drag-and-drop field reordering
v2.3.0
Added
- + Bidirectional synchronization between visual diagram and migration files
- + Draft persistence system using LocalStorage
- + Real-time change detection with server polling
- + Layout stability with smart merging logic
v2.0.0
Added
- + Initial release with Vue Flow-based visual diagram
- + Migration file generation from visual design
- + Table selection for export
- + Foreign key relationship visualization
Future Roadmap
Visual Seeders — Generate factory and seeder
data directly from the diagram
Laravel Blueprint Support — Export to popular
Blueprint syntax
Collaborative Mode — Real-time collaborative
design for teams
Reverse Engineering — Advanced parsing for
complex raw SQL dumps