You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's clearly going to return a array in the form of a DTO. Is there a easy way to convert this data to Json? Or, even better is there an easy way to store this data in a database? I'm a bit new to Laravel so I don't know if I can auto generate a database Schema based on a DTO like this. Ideally I'd like to pull all match data for a specific summoner and store it into a database. Just not sure how to get from point A to point B.
The text was updated successfully, but these errors were encountered:
Let's say I have a query that looks like this:
LeagueAPI::match()->match(2418532079)
That's clearly going to return a array in the form of a DTO. Is there a easy way to convert this data to Json? Or, even better is there an easy way to store this data in a database? I'm a bit new to Laravel so I don't know if I can auto generate a database Schema based on a DTO like this. Ideally I'd like to pull all match data for a specific summoner and store it into a database. Just not sure how to get from point A to point B.
The text was updated successfully, but these errors were encountered: