kitloong/laravel-migrations-generator
Generate Laravel migration files from an existing database, including columns, indexes, and foreign keys. Supports MariaDB, MySQL, PostgreSQL, SQL Server, and SQLite. Run artisan migrate:generate to scaffold migrations for all or selected tables.
kitloong/laravel-migrations-generator generates Laravel migrations from an existing database schema, including indexes and foreign keys. Point it at your configured connection in config/database.php and scaffold migrations for an entire schema or a targeted set of tables.
Supports Laravel’s first-party databases and works in both Laravel (auto-discovery) and Lumen (manual provider registration).
--tables--ignoreHow can I help you explore Laravel packages today?