Laravel with Site + Cms + Intranet

Asked

Viewed 477 times

-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)

1 answer

1


Look at this vendor that allows working on Laravel with HMVC pingpong that might be more familiar to you. Anyway, even without using this vendor that I mentioned, your organization is worth when creating your application, if you do not want to mix everything, depends on how you think about infrastructure and Laravel does not force you to mix everything, maybe, as little other framework.

  • 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.

Browser other questions tagged

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