Created
August 12, 2019 12:47
-
-
Save briezler/4da799963541ed986d3714cae56835a5 to your computer and use it in GitHub Desktop.
Add local sitepackage to composer based installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add folder local_extension to document root and place sitepackage inside of it | |
# then add the repository to composer.json calling | |
composer config repositories.sitepackage path local_extensions/* | |
# then install the sitepackage in composer | |
composer req pixelink/sitepackage | |
# thats it all required extensions are loaded and it's autoloaded if therer are any extensions hooks or similar | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment