Home > Net >  How to automate Database schema to Laravel migration
How to automate Database schema to Laravel migration

Time:10-05

How can we create migration files according to our existing database it is very boring to create migration manually is there any automatic way to create migration files according to our database schema?

CodePudding user response:

I think laravel-migrations-generator may help

  • Related