Laravel with Site + Cms + Intranet

-1

I am creating a website that will be a cms and an intranet. In CakePhp I separated these applications with Plugins, that is, site in the root of the project / cake and plugins for the others. Well laid out, organized and functional

How can I do this in Laravel? I would not want to leave the controllers and models all mixed up.

It's worth mentioning that I'm starting now in Laravel (5.X)

    
asked by anonymous 31.07.2016 / 03:40

1 answer

1

See this vendor that allows you to work on Laravel with HMVC pingpong which may be more familiar to you. Anyway, even without using this vendor that I quoted, it's worth your organization to create your application, if you do not want to mix everything up, it depends on how you think about the infrastructure and Laravel does not force you to mix everything, perhaps, just another framework.

    
31.07.2016 / 05:06