Support

Account

Home Forums ACF PRO Composer Support Reply To: Composer Support

  • Hi guys.

    Until the dev adds native support/instructions to install ACF PRO with composer you can use this configuration.

    https://gist.github.com/dmalatesta/4fae4490caef712a51bf

    Replace “yourkeyhere” with your license key in the url parameter.
    Then run:

    $ composer require advanced-custom-fields/advanced-custom-fields-pro

    NOTE: this is based on roots/bedrock composer.json configuration file. You may want to adjust it based on your project.

    Cheers!

    Diego