Is there a difference between services, plugins and modules within a mvc framework?

Asked

Viewed 39 times

-2

I’m studying the mvc structure and I’m trying to see some examples of how to structure some projects and I came up with some doubts.

I saw that in some structures, they put classes with auth, router, template in the services folder!

In others they put in the modules or plugins folder!

Well, my doubt is whether there is any difference between plugins, services and modules within the framework of a mvc framework?

Thanks so much for your help!

1 answer

-1


Services is something related to your application’s services such as: Generate a banking ticket, generate a pdf document etc...

Plugins are services too, but are third party service something already ready that you picked up from somewhere.

And modules, it is for you to modulate your project. For example, in your project you can have the Financial module, Customers, Products, Users and so on.

I hope I’ve helped Greetings,

Browser other questions tagged

You are not signed in. Login or sign up in order to post.