Is there a way to install the Shippo PHP files manually without Composer or Laravel?
I uploaded the files manually, but I get an error when I run the examples:
Warning: require_once(/var/www/html/shippo/examples../../vendor/autoload.php): failed to open stream: No such file or directory.
I'm not familiar with Composer or Laravel and have not been able to get Composer to work.