Hosted by A2 (context maybe others have same issue with this host)
Similar issue to:
https://discuss.flarum.org/d/26995-extensions-not-showing-in-admin-panel
https://discuss.flarum.org/d/22758-extensions-not-showing
Attempted to install Mercury and FoF Formatting. I ran this on terminal in cpanel in directory that includes composer.json
& vendor
folder but they both don't show in admin.
Outputs from both:
Mercury:
composer require extiverse/mercury:*
./composer.json has been created
Running composer update extiverse/mercury
Loading composer repositories with package information
Updating dependencies
Lock file operations: 130 installs, 0 updates, 0 removals
[A ton of package locking]
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 130 installs, 0 updates, 0 removals
[A ton of downloading of packages]
[A ton of installing of packages]
50 package suggestions were added by new dependencies, use composer suggest
to see details.
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Generating autoload files
62 packages you are using are looking for funding.
Use the composer fund
command to find out more!
FoF Formatting:
composer require fof/formatting
Using version 1.0 for fof/formatting
./composer.json has been updated
Running composer update fof/formatting
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals
- Locking fof/formatting (1.0.2)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Downloading fof/formatting (1.0.2)
- Installing fof/formatting (1.0.2): Extracting archive
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Generating autoload files
63 packages you are using are looking for funding.
Use the composer fund
command to find out more!!<
I'm using Flaurm 1.2.0 / PHP 7.4.27 / MySQL 10.3.31