langleyfoxall / xero-laravel

💸 Access the Xero accounting system using an Eloquent-like syntax
https://packagist.org/packages/langleyfoxall/xero-laravel
GNU Lesser General Public License v3.0
85 stars 40 forks source link

Project's root directory issue #59

Closed EnesSacid-Buker closed 2 months ago

EnesSacid-Buker commented 1 year ago

It looks wrong in the file path in Linux OS. In Windows operating system, the package works without problems. Gives the separator 2 times and the file path is missing. expected: /var/www/html/modules/Xero/vendor/calcinai/xero-php/src/XeroPHP/Models/Accounting

RecursiveDirectoryIterator::__construct(/var/www/html/vendor/calcinai/xero-php/src//XeroPHP/Models/Accounting): Failed to open directory: No such file or directory

EnesSacid-Buker commented 1 year ago

@LNCH Any update on this ?