BitrixInstaller

Installer for Bitrix Framework. Supported types of extensions: – bitrix-d7-module — copy the module to directory bitrix/modules/<vendor>.<name>.


Description Description

  • bitrix-d7-component — copy the component to directory bitrix/components/<vendor>/<name>.
  • bitrix-d7-template — copy the template to directory bitrix/templates/<vendor>_<name>.

You can set custom path to directory with Bitrix kernel in composer.json:

{      "extra": {          "bitrix-dir": "s1/bitrix"      } }

Source Source

File: includes/gateways/stripe/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php


			

Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.