1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00
Files
php-flarum/extensions/package-manager
flarum-bot 017b90b97d Bundled output for commit 4715293164
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-25 09:15:55 +00:00
..
2021-09-27 10:16:01 +01:00
2024-10-25 09:15:55 +00:00
2024-10-16 18:12:46 +01:00
2024-10-21 16:00:56 +01:00
2024-10-21 16:00:56 +01:00
2024-08-06 16:50:09 +01:00
2024-10-16 18:12:46 +01:00

Extension Manager

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.