Hey, you can use https://github.com/barryvdh/laravel-migration-generator that will generate migrations from the database, you can also use https://github.com/JeffreyWay/Laravel-Generators that has multiple generators, views, controllers, models, scaffold
I've already tried the first one and it generates migrations for me but as I've already stated, I have no use for them.
Also, JeffreyWay's generators do not work with already existing database and his scaffolding still is based on a non-yet-existing database.
So, any other suggestions?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community