You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the following install all in the same folder
php composer.phar install
It created a new vendor folder inside my current folder, which has generated autoload.php file and a composor folder.
I do not see see any generated activecampaign folder. Is it because the command has "Nothing to install or update"?
C:\C2\c2educate-admin\vendor\activecampaign>C:\xampp2\php\php composer.phar install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Writing lock file
Generating autoload files
The text was updated successfully, but these errors were encountered:
I have down loaded the wrapper from https://github.com/ActiveCampaign/activecampaign-api-php on my laptop with Windows.
My php project already has a vendor folder, so I created a new folder for cativecampaign.
Then I loaded composer.phar with the composer.json from git
curl -sS https://getcomposer.org/installer | php
I run the following install all in the same folder
php composer.phar install
It created a new vendor folder inside my current folder, which has generated autoload.php file and a composor folder.
I do not see see any generated activecampaign folder. Is it because the command has "Nothing to install or update"?
C:\C2\c2educate-admin\vendor\activecampaign>C:\xampp2\php\php composer.phar install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Writing lock file
Generating autoload files
The text was updated successfully, but these errors were encountered: