If you've been able to install Flarum using composer, you can install any extension using composer too, for instance installing the flagrow image upload extension would be done using:
composer require flagrow/flarum-ext-image-upload
The extension should then show up in the admin area. Each extension has it's own package name in order to install it using composer. These package names are listed on the extension page.