I'm studying the mvc structure and I'm trying to see some examples of how to structure some projects and I've had some doubts.
I saw that in some frameworks, they put classes with auth, router, template in the services folder!
In others put them in the modules or plugins folder!
Well, my question is if there is any difference between plugins, services and modules within the framework of a mvc framework?
Thanks in advance for your help!