Hi, I'd like to know how to completely remove extensions from flarum and composer.
I tried to install "cookie-consent" and any extension from the developer "reflar" but they both completely break my forum. I tried uninstalling those through "composer remove packagename", but it didn't work. I changed the file composer.json, but that didn't work either. I also removed rev-manifest.json, but once again no luck at all.
I ended up having to remove the actual files from "vendor", so even if the extension was loaded, there were simply no files to load. What would be the proper way to uninstall them, without having to touch the files? Once again, all of the previous methods didn't work.
I'd also like to ask a question about composer. Even if I uninstall the extension files, composer caches the packages and re-installs them each time, breaking the forum every time i run composer. Is there a way to remove those packages permanently so they don't break my forum?
Thank you in advance.