inparsian So when I try to install a extension with composer, it doesn't appear in the extensions tab on the administration page, why is this? FYI: I don't have any error logs.
luceos inparsian do you get any errors when installing with composer? Can you check the following. The package has a vendor/package format, refering to this: check whether vendor/<vendor>/<package> exists. run cat composer.lock | grep <vendor>/<package> run cat vendor/composer/installed.json | grep <vendor>/<package>
inparsian luceos I don't have it available, but I tried installing it on cmd, then using FTP to move the installed folder to vector
luceos That's probably the reason why your extension is not installing. Did you try pockethold? It's shipping flagrow/bazaar. If that works for you it takes away a lot of complexity related to composer.