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
π 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)