Hi all, excited to be trying out flarum and extensions.
I've got what I want working locally, however my host doesn't have ssh access / composer.
I do have access to manage databases via phpmyadmin and FTP / file manager.
I did a search and found a few people suggesting copying the the entire flarum folder structure including vendor across and ensuring the changes to composer.json files have references to the new extensions.
I tried this but no luck. Can anyone help or has managed to do this before?
Here's what my composer.json file looks like after adding the last two lines for the two additional extensions I'm trying:
"require": {
"flarum/approval": "^0.1.0",
"flarum/bbcode": "^0.1.0",
"flarum/core": "^0.1.0",
"flarum/emoji": "^0.1.0",
"flarum/flags": "^0.1.0",
"flarum/lang-english": "^0.1.0",
"flarum/likes": "^0.1.0",
"flarum/lock": "^0.1.0",
"flarum/markdown": "^0.1.0",
"flarum/mentions": "^0.1.0",
"flarum/pusher": "^0.1.0",
"flarum/statistics": "^0.1.0",
"flarum/sticky": "^0.1.0",
"flarum/subscriptions": "^0.1.0",
"flarum/suspend": "^0.1.0",
"flarum/tags": "^0.1.0",
"alexanderomara/flarum-wp-users": "^1.1",
"jslirola/flarum-ext-login2seeplus": "^0.1.7"
},
Here's what the folders inside vendor look like with the two additional extensions:

My forum admin/extensions admin page does not show them.

I had a look in the database to see if there was anything there, and found a field in settings for extensions_enabled and didn't change that as I thought the extensions should first appear in the admin page, and enabling them there would update this in the database behind the scenes?
