Support Forum ยป User Profile

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Composer with API Key #28683
    axielleraxieller
    Participant

    You could use this Composer plugin to manage private packages: private-composer-installer see it here. In your composer.json add

    {
          "type": "composer",
          "url": "https://packages.metabox.io/{%MB_KEY}"
    }

    under the "repositories" key.

    Require the plugin

    "ffraenz/private-composer-installer": "^5.0"

    Then in your .env file add your license, e.g: MB_KEY='xxxxx'

Viewing 1 post (of 1 total)