Not sure if I'm missing something but I cannot get ACF to install to wp-content/plugins/ directory just using composer install (after making sure I have it set to require) yet manually requiring it as per step 3, works fine. Here's an edited example of my composer.json for the relevant parts:
Should running composer install not be installing ACF into the plugins directory like this? I'd rather not have to run composer install followed by composer require advanced-custom-fields/advanced-custom-fields-pro:*
Not sure if I'm missing something but I cannot get ACF to install to
wp-content/plugins/
directory just usingcomposer install
(after making sure I have it set to require) yet manually requiring it as per step 3, works fine. Here's an edited example of mycomposer.json
for the relevant parts:Should running
composer install
not be installing ACF into the plugins directory like this? I'd rather not have to runcomposer install
followed bycomposer require advanced-custom-fields/advanced-custom-fields-pro:*