braintree / braintree_php_example

An example Braintree integration for PHP
MIT License
127 stars 94 forks source link

When we run above code at our server....it is giving error due to PHP Fatal error: require_once(): Failed opening required '../vendor/autoload.php' #22

Closed archonindia closed 7 years ago

archonindia commented 7 years ago

General information

Issue description

jaypatel512 commented 7 years ago

You need to upload vendor directory generated by composer over to your server too. This folder contains all the dependencies