Open
Description
I am trying to return a collection as xml using the following code snippet:
$data = Order::all();
return response()->xml($data);
However, I am getting the following response:
DOMException: Invalid Character Error in file /vendor/spatie/array-to-xml/src/ArrayToXml.php on line 42
I am using the following versions:
response-xml: ^2.0
Laravel Framework: ^8.40
PHP: 8.0.5
Have I made a silly mistake somewhere?
Metadata
Metadata
Assignees
Labels
No labels