I'm doing a laravel application with which you can upload an xml file to the server to insert your data in the database.
The problem with this is that I have uploaded the file but I can not convert it to an array to manage its data from laravel, I have tried several libraries but without success. Can anyone think of something with what I could do?
I've tried nathanmac / Parser and orchestra / parser libraries