xml-wrangler icon indicating copy to clipboard operation
xml-wrangler copied to clipboard

Laravel: How to read xml file from non-local(Remote) disk

Open mira-thakkar opened this issue 9 months ago • 0 comments

Here SFTP is my sftp server configured in laravel as SFTP storage disk $reader = XmlReader::fromFile(Storage::disk('sftp')->path($file));

but it gives me error like "Unable to read the [data/Product.xml] file"

mira-thakkar avatar Apr 24 '25 18:04 mira-thakkar