THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

Rejoignez la communauté sur le Discord Thelia : https://discord.gg/YgwpYEE3y3

Offline


I'm working on a module that I want to share between different projects .
I have a git repository  which is private and a did this :

    "repositories": [
        {
           "type": "package",
            "package": {
                "name": "hookconfigurator",
                "version": "1.0",
                "source": {
                    "url": "git@github.com:{url of my repository}",
                    "type": "git",
                    "reference": "master"
                 }
            }
        }
    ]

and , "hookconfigurator": "1.0" as required but,once I run composer install or update it put it on core/vendor/hookconfigurator , but I need to be on local/module/hookconfigurator so that I can make some changes / css/js/html



Is the someone that can help me?

Br., Lucian

Last edited by lucian.criste (24-04-2019 07:53:27)

Offline