We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello @thejimbirch I managed to install bp_cards using composer after modifying my composer.json
"repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" }, { "type": "vcs", "url": "https://github.com/xenomedia/xeno_hero" }, { "type": "git", "url": "https://github.com/xenomedia/bp_cards" } ],
And now the module is under
[fzied@tank xxxxxxx]$ ll ./modules/custom total 16 drwxrwxr-x+ 7 fzied fzied 4096 May 19 17:16 bp_cards drwxrwxr-x+ 7 fzied fzied 4096 Aug 10 2018 xeno_hero
but cannot enable it, any idea ? (BTW cannot enable xeno_hero either)
[fzied@tank xxxxxxx]$ vendor/bin/drush en bp_cards [error] Unable to install modules bp_cards due to missing modules bp_cards.
Thank you, ZIed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello @thejimbirch
I managed to install bp_cards using composer after modifying my composer.json
And now the module is under
but cannot enable it, any idea ? (BTW cannot enable xeno_hero either)
Thank you,
ZIed.
The text was updated successfully, but these errors were encountered: