I would like to have more information about october cms modules.
What are the differences between plugin and module?
Does anyone have something to read for me, about this topic (links, docs)?
Of course I already checked out the source code of a module. I can see what is possible.
But feel free to give me any links, information, resources about this topic.
Also I would like to have some more explanation about this in the docs.
Thank you for your first answer. It already helped me.
But I have a more concrete question regarding this topic:
At the moment I am coding a website system, which will serve 10 different websites.
They all share most parts of the logic, they only will be different in some plugins.
I started to write a core plugin, and some example plugins (which contains the website data).
Your current plan sounds good. There is indeed an “app” directory that you can use that works just like a plugin and resembles the Laravel directory structure.
So this approach would be:
Different app for every customer/website for unique logic and requirements
Shared plugins for them all, enabled or disabled depending if they want it or not
Different theme for every customer/website, perhaps as a child theme for shared logic