Skip to content

yourchocomate/lara-migrator

Repository files navigation

✨Migrate your SQL database to Laravel migrations✨

✨Introduction

Lara Migrator is a tool that helps you to migrate your SQL database to Laravel migrations. It is an application that can be used to generate Laravel migrations from an existing database, including indexes and foreign keys.

🛠️Usage

Go to lm.yourchocomate.one and follow the instructions.

👁️Future plans

  • Upgrade the frontend design
  • Refactor the code to make it more readable
  • Add few more statements to the parser such as ALTER TABLE and DROP TABLE
  • Add parser to parse the INSERT statements and generate seeders

🐛Bug reports

If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as possible to help us in fixing the potential bug. We also encourage you to help even more by forking and sending us a pull request.

👏Contributing

Thank you for considering contributing to Lara Migrator!

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/feature-name)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/feature-name)
  5. Open a pull request

📋License

Lara Migrator is open-sourced software licensed under the MIT license.