flarum/extension-manager

An extension manager to install, update and remove extension packages from the interface (Wrapper around composer).

Fund package maintenance!
flarum
Open Collective

Installs: 9 333

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 6

Forks: 3

Type:flarum-extension

v1.0.3 2024-02-22 10:43 UTC

This package is auto-updated.

Last update: 2024-04-22 11:37:46 UTC


README

The extension manager is a tool that allows you to easily install and manage extensions. It runs composer under the hood.

Security

If admin access is given to untrustworthy users, they can install malicious extensions. Please be careful.

This extension is optional and can be removed for those who prefer to manually manage installs and updates through the command line interface.

Troubleshooting

If you have many extensions installed, you may run into memory issues when using the extension manager. If this happens, you can use an asynchronous queue that will run the extension manager in the background.

You can find detailed logs on the extension manager operations in the storage/logs/composer directory. Please include the latest log file when reporting issues in the Flarum support forum.