Such a dull question 🙁 Okay, So I have tons of extension ideas that i want to implement in Flarum. I also want to improve existing extensions. But don't know how to 🥺. I am a php developer and know some css. From where should i start developing and by which language?
mys if you know php 70% of your work is done. You need to learn basics JavaScript , you can start with Flarum docs, and also by peaking at other extensions code.
And of course you can ask to the community itself
Justoverclock okay. Is there any pre defined extension template like wordpress plugin?
mys you can use Flarum-cli to generate an extension boilerplate.
https://github.com/flarum/cli
Justoverclock luceos Thanks for helping
This might also be helpful: https://discuss.flarum.org/d/1662-extension-developer-first-read
This discussion ( clarkwinkelmann ) may help you.