Skip to content

Enable bp_cards on drupal 8 #2

Description

@fzied

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions