Replies: 1 comment
-
The current solution in our codebase is just a simple method that converts each record to a custom array, ready for our API. Probably the easiest and most practical solution for this. |
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
-
Hi, first off all, thanks for this! It's really awesome to build a CLI tool with what you're used to!
I'm building a migration tool. It's going to move data from MSSQL through an API to our new Laravel application. The CLI tool will connect to the MSSQL database. The database structures are different, so I'd like to prepare the data coming from MSSQL before pushing it into the API, including any relations.
I kinda hoped for a slimmed down Resources-like option, without a request-requirement. I hope this makes sense.
What would be the best way to transform data including any relations in Laravel Zero?
Beta Was this translation helpful? Give feedback.
All reactions