Hi,
I am testing my site on my notebook's local server. My website is included in C:/xampp/htdocs/website.
I have downloaded the composer package from github and ran composer update (after editing my composer.json file). I am confused about where all of these files and folders go relative to my website, and which ones I need or don't need. I have the following folders:
doc
lib
resources
sample code-php
scripts
tests
vendor
and the following files in the same directory
.getignore
.getmodules
.scrutinizer.yml
.travis.yml
autoload.php
classmap.php
composer.json
composer.lock
genclass.sh
License.txt
phpunit.xml.dist
readme.me
test-sample-code.sh
The reason I ask is because I have been trying to get this to work, and my classes will not load on charge-credit-card.php. So I have deleted all of the composer files I started with and starting from scratch. My root directory website needs to include which of these files and folders? And do I need to rearrange the file and folder structures that exist in this package as they are now?
02-11-2018 08:53 AM