Skip to content

Commit db0d058

Browse files
committed
readme changed.
1 parent 927d9b5 commit db0d058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _A powerful CLI tool to generate Laravel migration files from an existing MySQL
1313

1414
This tool provides a structured and extensible approach to reverse-engineering database schemas into Laravel-compatible
1515
migration 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
---

0 commit comments

Comments
 (0)