File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ _A powerful CLI tool to generate Laravel migration files from an existing MySQL
1313
1414This tool provides a structured and extensible approach to reverse-engineering database schemas into Laravel-compatible
1515migration files. It supports foreign key constraints, correct dependency order, and customizable mapping logic –
16- enabling seamless integration into both legacy and modern Laravel projects (Laravel 7 –12 supported).
16+ enabling seamless integration into both legacy and modern Laravel projects (Laravel 5 –12 supported).
1717
1818---
1919
@@ -22,7 +22,7 @@ enabling seamless integration into both legacy and modern Laravel projects (Lara
2222- ✅ Detects tables, columns, indexes, and foreign keys with precision
2323- 🔄 Automatically orders migrations to maintain referential integrity
2424- 🧱 Extensible design via modular definition/mapping architecture
25- - 🧩 Supports Laravel 7 to 12 (EOL versions maintained in read-only mode)
25+ - 🧩 Supports Laravel 5 to 12 (EOL versions maintained in read-only mode)
2626- 🛠 Clean, testable, and maintainable codebase
2727
2828---
You can’t perform that action at this time.
0 commit comments