ahmed23 Hello, why can't add-ons be installed or even displayed as in free hosting I use paid shared hosting
GreXXL ahmed23 if you are talking about freeflarum there are a bunch of extensions pre installed. If you want to install extensions on your own hosting you need to use composer like you did when installing Flarum.
ahmed23 I am not good at using Composer, and yes I use private hosting and I installed it automatically via cPanel Can install without composer ?
luceos ahmed23 you will have to use composer though, but you can use it just once to install the package manager: composer require flarum/package-manager:"*@beta" After that you might be able to manage extensions from your admin panel.