DEV Community

Ilya Beliaev
Ilya Beliaev

Posted on

πŸš€ Laravel Migration Generator – Now with PostgreSQL and MSSQL Support

Laravel Migration Generator – now with PostgreSQL & MSSQL support!

πŸš€ Introducing Laravel Migration Generator – an open-source package that lets you generate Laravel migrations directly from your existing database schema.

No more manual migration writing. It supports:

  • βœ… MySQL (5.7 & 8.0)
  • βœ… PostgreSQL (15)
  • βœ… MSSQL (2022)

Tested with Laravel 10–12 and PHP 8.2–8.4.


πŸ”§ Installation

composer require --dev n3xt0r/laravel-migration-generator
Enter fullscreen mode Exit fullscreen mode

πŸ” Features

  • Generate migrations from your database schema
  • Multiple output modes (by table, by database, grouped)
  • Supports complex structures (foreign keys, indexes)
  • CLI-powered and Docker-compatible
  • Open for extension (planned plugin support)

πŸ“˜ Documentation

Full documentation is available at:

πŸ“š https://laravel-migration-generator.readthedocs.io/


πŸ”— GitHub

Check out the repository on GitHub:

πŸ‘‰ https://github.com/N3XT0R/laravel-migration-generator

If you find it helpful, leave a ⭐️ – it's highly appreciated!


🀝 Contribute

Have feedback or want to contribute? Open an issue or PR on GitHub. Plugin system, model generator and more features are planned – stay tuned!

Thanks for reading & happy migrating!

Top comments (0)