79177391

Date: 2024-11-11 11:04:54
Score: 1
Natty:
Report link

2024 update. For whatever reason other ways of loading files are not working, but this works:

$request->file('invoice')->storePubliclyAs('xml/', 'invoice.xml');

$xml = simplexml_load_file('../storage/app/public/xml/invoice.xml');
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MemoryGuy