Using Backpack DevTools with Existing Database Tables for Migrations, Models and CRUDs #1171
Replies: 2 comments 2 replies
-
Hello @abenzakour DevTools still have not this reverse-engineer features for databases, but about models is there is existing model, you dont need to create new ones, DevTools will read it. If you have a ready scheme, here is a package who maybe can help you to create a migration from an existing table https://github.com/kitloong/laravel-migrations-generator I hope this help. Cheers. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Due to not activity, I will close this issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve been using Backpack for Laravel to quickly generate my CRUD interfaces, and I recently purchased the DevTools package. However, I already have my database tables set up and would like to avoid manually recreating migrations and models through DevTools.
Is there a way to reverse-engineer the existing database schema to automatically generate the corresponding Laravel migrations and models...., and then use Backpack to build the CRUDs ? If possible, I’d love to integrate the existing database structure with Backpack's DevTools to streamline the process.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions