-1
I’m creating a website that will contemplate a cms and an intranet. In Cakephp I separated these applications with plugins, that is, site at the root of the/cake project and plugins for others. Very quiet, organized and functional
How do I do this on Laravel? I wouldn’t want to leave all the controllers and models mixed together.
It is worth noting that I am starting now in Laravel (5.X)
Thanks for the answer William. I’ll look at this vendor. But in case I can separate models and controllers by folders? My "organization" that I say is more related to physical and non-logical space.
– Marco Garcia