bobdebower's avatar

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.

0 likes
5 replies
jlrdw's avatar

There is also https://github.com/orchestral/parser

But I would say go to github and also search for yourself you might find just package you need.

I would practice a couple of XML files first so you get the hang of things.

You probably should write yourself a front-end GUI that writes the XML in the background.

1 like

Please or to participate in this conversation.