framework/extensions/package-manager/README.md
Sami Mazouz 3fbe05fd18
feat(em): port extension manager from 1.0 (#3959)
* feat(em): port extension manager from 1.0

* Apply fixes from StyleCI

* chore: phpstan

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
2024-01-22 18:58:08 +01:00

1.1 KiB
Executable File

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.