xml-wrangler
xml-wrangler copied to clipboard
Laravel: How to read xml file from non-local(Remote) disk
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"