Laravel is a php framework, so look at https://www.php.net/manual/en/example.xmlwriter-simple.php
Aug 17, 2020
5
Level 2
How to create an XML file with laravel?
I have to create configuration tool/ service that create XML files based on external link information. The XML files are created using an XML schema format.
The service must be able to tell a front-end in a simple way which fields and values are possible.
If the fields (schema) Of the XML changes, this should automatically result in a modified front-end.
Please or to participate in this conversation.