Question about making views, models and controllers directly from a create_example_table.php #534
-
Does DevTools offer where I can easily make models, views, controllers directly from my database migrations content? |
Beta Was this translation helpful? Give feedback.
Answered by
promatik
Jun 26, 2023
Replies: 1 comment
-
Hi @goatrikv18, that's on our plans 👌 For now DevTools will help you generate EVERYTHING, with one form submit you generate migrations, models, seeders, factories, controller. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
promatik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @goatrikv18, that's on our plans 👌
For now DevTools will help you generate EVERYTHING, with one form submit you generate migrations, models, seeders, factories, controller.
We have a POC where we're able to generate all of this based on existing migrations, it will probably be release very soon, stay tunned for updates 🙌